#EECBBF

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

Shades of Watusi #EECBBF

Tints of Watusi #EECBBF

Color information

#EECBBF (or 0xEECBBF) is unknown color: approx Watusi. HEX triplet: EE, CB and BF. RGB value is (238,203,191). Sum of RGB (Red+Green+Blue) = 238+203+191=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBBF is #113440. Grayscale: #D4D4D4. Windows color (decimal): -1127489 or 12569582. OLE color: 12569582.

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

Color convert

RGB238203191-
CMYK00.150.200.07
HSL15.32º58.02%84.12%-
HSV(B)15.32º19.75%93.33%-
XYZ66.0264.6558.29-
YUV212.1116.1146.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.66%
GREEN value IS 203 (79.69% from 255) = 32.12%
BLUE value IS 191 (75% from 255) = 30.22%
R=37.66%
G=32.12%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820319100.150.200.0715.3258.0284.12
HexEECBBF0F147f3a54
Octal3563132770172471772124
Binary111011101100101110111111011111010011111111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBBF; }

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

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

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

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

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

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

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

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