#EECBE6

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

Shades of Snuff #EECBE6

Tints of Snuff #EECBE6

Color information

#EECBE6 (or 0xEECBE6) is unknown color: approx Snuff. HEX triplet: EE, CB and E6. RGB value is (238,203,230). Sum of RGB (Red+Green+Blue) = 238+203+230=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBE6 is #113419. Grayscale: #D8D8D8. Windows color (decimal): -1127450 or 15125486. OLE color: 15125486.

HSL color Cylindrical-coordinate representation of color #EECBE6: hue angle of 313.71º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECBE6 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB238203230-
CMYK00.150.030.07
HSL313.71º50.72%86.47%-
HSV(B)313.71º14.71%93.33%-
XYZ70.966.683.98-
YUV216.54135.6143.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.47%
GREEN value IS 203 (79.69% from 255) = 30.25%
BLUE value IS 230 (90.23% from 255) = 34.28%
R=35.47%
G=30.25%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820323000.150.030.07313.7150.7286.47
HexEECBE60F3713a3356
Octal3563133460173747263126
Binary11101110110010111110011001111111111001110101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBE6; }

 p { color: rgb(238,203,230); }

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

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

 a { background-color: rgb(238,203,230); }

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

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

 span { border-color: rgb(238,203,230); }

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