#EBCFE4

Color #EBCFE4 Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #EBCFE4

Tints of Snuff #EBCFE4

Color information

#EBCFE4 (or 0xEBCFE4) is unknown color: approx Snuff. HEX triplet: EB, CF and E4. RGB value is (235,207,228). Sum of RGB (Red+Green+Blue) = 235+207+228=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 228 (89.45% from 255 or 34.03% from 670); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFE4 is #14301B. Grayscale: #D9D9D9. Windows color (decimal): -1323036 or 14995435. OLE color: 14995435.

HSL color Cylindrical-coordinate representation of color #EBCFE4: hue angle of 315º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBCFE4 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235207228-
CMYK00.120.030.08
HSL315º41.18%86.67%-
HSV(B)315º11.91%92.16%-
XYZ70.5867.8982.78-
YUV217.77133.78140.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 207 (81.25% from 255) = 30.90%
BLUE value IS 228 (89.45% from 255) = 34.03%
R=35.07%
G=30.90%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520722800.120.030.0831541.1886.67
HexEBCFE40C3813b2957
Octal35331734401431047351127
Binary111010111100111111100100011001110001001110111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFE4; }

 p { color: rgb(235,207,228); }

 H1.HeaderClassName
 {
   color: #EBCFE4;
 }
 .AnyTagClassName
 {
   color: #EBCFE4;
 }
</style>
background-color css

<style>
 a { background-color: #EBCFE4; }

 a { background-color: rgb(235,207,228); }

 div.DivClassName
 {
   background-color: #EBCFE4;
 }
 .BgClassName
 {
   background-color: #EBCFE4;
 }
</style>
border-color css

<style>
 span { border-color: #EBCFE4; }

 span { border-color: rgb(235,207,228); }

 td.TdClassName
 {
   border-color: #EBCFE4;
 }
 .TagClassName
 {
   border-color: #EBCFE4;
 }
</style>