#EEE1CB

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

Shades of Bleach White #EEE1CB

Tints of Bleach White #EEE1CB

Color information

#EEE1CB (or 0xEEE1CB) is unknown color: approx Bleach White. HEX triplet: EE, E1 and CB. RGB value is (238,225,203). Sum of RGB (Red+Green+Blue) = 238+225+203=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 203 (79.69% from 255 or 30.48% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE1CB is #111E34. Grayscale: #E2E2E2. Windows color (decimal): -1121845 or 13361646. OLE color: 13361646.

HSL color Cylindrical-coordinate representation of color #EEE1CB: hue angle of 37.71º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EEE1CB is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238225203-
CMYK00.050.150.07
HSL37.71º50.72%86.47%-
HSV(B)37.71º14.71%93.33%-
XYZ72.9676.3467.39-
YUV226.38114.81136.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.74%
GREEN value IS 225 (88.28% from 255) = 33.78%
BLUE value IS 203 (79.69% from 255) = 30.48%
R=35.74%
G=33.78%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822520300.050.150.0737.7150.7286.47
HexEEE1CB05F7263356
Octal356341313051774663126
Binary111011101110000111001011010111111111001101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE1CB; }

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

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

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

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

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

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

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

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