#EECCBF

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

Shades of Watusi #EECCBF

Tints of Watusi #EECCBF

Color information

#EECCBF (or 0xEECCBF) is unknown color: approx Watusi. HEX triplet: EE, CC and BF. RGB value is (238,204,191). Sum of RGB (Red+Green+Blue) = 238+204+191=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCBF is #113340. Grayscale: #D4D4D4. Windows color (decimal): -1127233 or 12569838. OLE color: 12569838.

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

Color convert

RGB238204191-
CMYK00.140.200.07
HSL16.6º58.02%84.12%-
HSV(B)16.6º19.75%93.33%-
XYZ66.2665.1258.37-
YUV212.68115.76146.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.60%
GREEN value IS 204 (80.08% from 255) = 32.23%
BLUE value IS 191 (75% from 255) = 30.17%
R=37.60%
G=32.23%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820419100.140.200.0716.658.0284.12
HexEECCBF0E147113a54
Octal3563142770162472172124
Binary1110111011001100101111110111010100111100011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCBF; }

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

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

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

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

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

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

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

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