#EECAF1

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

Shades of Snuff #EECAF1

Tints of Snuff #EECAF1

Color information

#EECAF1 (or 0xEECAF1) is unknown color: approx Snuff. HEX triplet: EE, CA and F1. RGB value is (238,202,241). Sum of RGB (Red+Green+Blue) = 238+202+241=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 202 (79.30% from 255 or 29.66% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #EECAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAF1 is #11350E. Grayscale: #D9D9D9. Windows color (decimal): -1127695 or 15846126. OLE color: 15846126.

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

Color convert

RGB238202241-
CMYK0.010.1600.05
HSL295.38º58.21%86.86%-
HSV(B)295.38º16.18%94.51%-
XYZ72.2666.7792.3-
YUV217.21141.43142.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.95%
GREEN value IS 202 (79.30% from 255) = 29.66%
BLUE value IS 241 (94.53% from 255) = 35.39%
R=34.95%
G=29.66%
B=35.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382022410.010.1600.05295.3858.2186.86
HexEECAF1110051273a57
Octal3563123611200544772127
Binary11101110110010101111000111000001011001001111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAF1; }

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

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

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

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

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

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

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

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