#EECAF0

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

Shades of Snuff #EECAF0

Tints of Snuff #EECAF0

Color information

#EECAF0 (or 0xEECAF0) is unknown color: approx Snuff. HEX triplet: EE, CA and F0. RGB value is (238,202,240). Sum of RGB (Red+Green+Blue) = 238+202+240=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 202 (79.30% from 255 or 29.71% from 680); Blue value is 240 (94.14% from 255 or 35.29% from 680); Max value from RGB is 240 - color contains mainly: blue. Hex color #EECAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAF0 is #11350F. Grayscale: #D8D8D8. Windows color (decimal): -1127696 or 15780590. OLE color: 15780590.

HSL color Cylindrical-coordinate representation of color #EECAF0: hue angle of 296.84º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EECAF0 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238202240-
CMYK0.010.1600.06
HSL296.84º55.88%86.67%-
HSV(B)296.84º15.83%94.12%-
XYZ72.1166.7191.51-
YUV217.1140.93142.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35%
GREEN value IS 202 (79.30% from 255) = 29.71%
BLUE value IS 240 (94.14% from 255) = 35.29%
R=35%
G=29.71%
B=35.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382022400.010.1600.06296.8455.8886.67
HexEECAF0110061293857
Octal3563123601200645170127
Binary11101110110010101111000011000001101001010011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAF0; }

 p { color: rgb(238,202,240); }

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

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

 a { background-color: rgb(238,202,240); }

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

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

 span { border-color: rgb(238,202,240); }

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