#EECAEE

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

Shades of Snuff #EECAEE

Tints of Snuff #EECAEE

Color information

#EECAEE (or 0xEECAEE) is unknown color: approx Snuff. HEX triplet: EE, CA and EE. RGB value is (238,202,238). Sum of RGB (Red+Green+Blue) = 238+202+238=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 202 (79.30% from 255 or 29.79% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EECAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAEE is #113511. Grayscale: #D8D8D8. Windows color (decimal): -1127698 or 15649518. OLE color: 15649518.

HSL color Cylindrical-coordinate representation of color #EECAEE: hue angle of 300º 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 #EECAEE is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB238202238-
CMYK00.1500.07
HSL300º51.43%86.27%-
HSV(B)300º15.13%93.33%-
XYZ71.8166.5989.96-
YUV216.87139.93143.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.10%
GREEN value IS 202 (79.30% from 255) = 29.79%
BLUE value IS 238 (93.36% from 255) = 35.10%
R=35.10%
G=29.79%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820223800.1500.0730051.4386.27
HexEECAEE0F0712c3356
Octal3563123560170745463126
Binary1110111011001010111011100111101111001011001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAEE; }

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

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

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

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

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

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

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

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