#EECDC0

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

Shades of Watusi #EECDC0

Tints of Watusi #EECDC0

Color information

#EECDC0 (or 0xEECDC0) is unknown color: approx Watusi. HEX triplet: EE, CD and C0. RGB value is (238,205,192). Sum of RGB (Red+Green+Blue) = 238+205+192=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 192 (75.39% from 255 or 30.24% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDC0 is #11323F. Grayscale: #D5D5D5. Windows color (decimal): -1126976 or 12635630. OLE color: 12635630.

HSL color Cylindrical-coordinate representation of color #EECDC0: hue angle of 16.96º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EECDC0 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB238205192-
CMYK00.140.190.07
HSL16.96º57.5%84.31%-
HSV(B)16.96º19.33%93.33%-
XYZ66.6165.6559.03-
YUV213.38115.93145.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.48%
GREEN value IS 205 (80.47% from 255) = 32.28%
BLUE value IS 192 (75.39% from 255) = 30.24%
R=37.48%
G=32.28%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820519200.140.190.0716.9657.584.31
HexEECDC00E137113a54
Octal3563153000162372172124
Binary1110111011001101110000000111010011111100011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDC0; }

 p { color: rgb(238,205,192); }

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

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

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

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

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

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

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