#EECAF3

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

Shades of Snuff #EECAF3

Tints of Snuff #EECAF3

Color information

#EECAF3 (or 0xEECAF3) is unknown color: approx Snuff. HEX triplet: EE, CA and F3. RGB value is (238,202,243). Sum of RGB (Red+Green+Blue) = 238+202+243=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 202 (79.30% from 255 or 29.58% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 243 - color contains mainly: blue. Hex color #EECAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAF3 is #11350C. Grayscale: #D9D9D9. Windows color (decimal): -1127693 or 15977198. OLE color: 15977198.

HSL color Cylindrical-coordinate representation of color #EECAF3: hue angle of 292.68º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EECAF3 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238202243-
CMYK0.020.1700.05
HSL292.68º63.08%87.25%-
HSV(B)292.68º16.87%95.29%-
XYZ72.5666.8993.88-
YUV217.44142.43142.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.85%
GREEN value IS 202 (79.30% from 255) = 29.58%
BLUE value IS 243 (95.31% from 255) = 35.58%
R=34.85%
G=29.58%
B=35.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382022430.020.1700.05292.6863.0887.25
HexEECAF3211051253f57
Octal3563123632210544577127
Binary111011101100101011110011101000101011001001011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAF3; }

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

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

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

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

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

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

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

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