#EECAEF

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

Shades of Snuff #EECAEF

Tints of Snuff #EECAEF

Color information

#EECAEF (or 0xEECAEF) is unknown color: approx Snuff. HEX triplet: EE, CA and EF. RGB value is (238,202,239). Sum of RGB (Red+Green+Blue) = 238+202+239=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 202 (79.30% from 255 or 29.75% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 239 - color contains mainly: blue. Hex color #EECAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAEF is #113510. Grayscale: #D8D8D8. Windows color (decimal): -1127697 or 15715054. OLE color: 15715054.

HSL color Cylindrical-coordinate representation of color #EECAEF: hue angle of 298.38º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECAEF is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238202239-
CMYK0.000.1500.06
HSL298.38º53.62%86.47%-
HSV(B)298.38º15.48%93.73%-
XYZ71.9666.6590.73-
YUV216.98140.43142.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.05%
GREEN value IS 202 (79.30% from 255) = 29.75%
BLUE value IS 239 (93.75% from 255) = 35.20%
R=35.05%
G=29.75%
B=35.20%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382022390.000.1500.06298.3853.6286.47
HexEECAEF0F0612a3656
Octal3563123570170645266126
Binary1110111011001010111011110111101101001010101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAEF; }

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

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

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

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

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

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

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

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