#EECCBD

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

Shades of Watusi #EECCBD

Tints of Watusi #EECCBD

Color information

#EECCBD (or 0xEECCBD) is unknown color: approx Watusi. HEX triplet: EE, CC and BD. RGB value is (238,204,189). Sum of RGB (Red+Green+Blue) = 238+204+189=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCBD is #113342. Grayscale: #D4D4D4. Windows color (decimal): -1127235 or 12438766. OLE color: 12438766.

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

Color convert

RGB238204189-
CMYK00.140.210.07
HSL18.37º59.04%83.73%-
HSV(B)18.37º20.59%93.33%-
XYZ66.0465.0457.22-
YUV212.46114.76146.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.72%
GREEN value IS 204 (80.08% from 255) = 32.33%
BLUE value IS 189 (74.22% from 255) = 29.95%
R=37.72%
G=32.33%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820418900.140.210.0718.3759.0483.73
HexEECCBD0E157123b54
Octal3563142750162572273124
Binary1110111011001100101111010111010101111100101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCBD; }

 p { color: rgb(238,204,189); }

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

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

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

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

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

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

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