#EECEC2

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

Shades of Watusi #EECEC2

Tints of Watusi #EECEC2

Color information

#EECEC2 (or 0xEECEC2) is unknown color: approx Watusi. HEX triplet: EE, CE and C2. RGB value is (238,206,194). Sum of RGB (Red+Green+Blue) = 238+206+194=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 194 (76.17% from 255 or 30.41% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECEC2 is #11313D. Grayscale: #D6D6D6. Windows color (decimal): -1126718 or 12766958. OLE color: 12766958.

HSL color Cylindrical-coordinate representation of color #EECEC2: hue angle of 16.36º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EECEC2 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB238206194-
CMYK00.130.180.07
HSL16.36º56.41%84.71%-
HSV(B)16.36º18.49%93.33%-
XYZ67.0766.2160.28-
YUV214.2116.6144.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.30%
GREEN value IS 206 (80.86% from 255) = 32.29%
BLUE value IS 194 (76.17% from 255) = 30.41%
R=37.30%
G=32.29%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820619400.130.180.0716.3656.4184.71
HexEECEC20D127103855
Octal3563163020152272070125
Binary1110111011001110110000100110110010111100001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECEC2; }

 p { color: rgb(238,206,194); }

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

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

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

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

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

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

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