#EECAEB

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

Shades of Snuff #EECAEB

Tints of Snuff #EECAEB

Color information

#EECAEB (or 0xEECAEB) is unknown color: approx Snuff. HEX triplet: EE, CA and EB. RGB value is (238,202,235). Sum of RGB (Red+Green+Blue) = 238+202+235=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAEB is #113514. Grayscale: #D8D8D8. Windows color (decimal): -1127701 or 15452910. OLE color: 15452910.

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

Color convert

RGB238202235-
CMYK00.150.010.07
HSL305º51.43%86.27%-
HSV(B)305º15.13%93.33%-
XYZ71.3866.4287.65-
YUV216.53138.43143.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.26%
GREEN value IS 202 (79.30% from 255) = 29.93%
BLUE value IS 235 (92.19% from 255) = 34.81%
R=35.26%
G=29.93%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820223500.150.010.0730551.4386.27
HexEECAEB0F171313356
Octal3563123530171746163126
Binary1110111011001010111010110111111111001100011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAEB; }

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

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

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

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

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

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

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

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