#EEE2CB

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

Shades of Bleach White #EEE2CB

Tints of Bleach White #EEE2CB

Color information

#EEE2CB (or 0xEEE2CB) is unknown color: approx Bleach White. HEX triplet: EE, E2 and CB. RGB value is (238,226,203). Sum of RGB (Red+Green+Blue) = 238+226+203=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE2CB is #111D34. Grayscale: #E3E3E3. Windows color (decimal): -1121589 or 13361902. OLE color: 13361902.

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

Color convert

RGB238226203-
CMYK00.050.150.07
HSL39.43º50.72%86.47%-
HSV(B)39.43º14.71%93.33%-
XYZ73.2476.8867.48-
YUV226.97114.48135.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.68%
GREEN value IS 226 (88.67% from 255) = 33.88%
BLUE value IS 203 (79.69% from 255) = 30.43%
R=35.68%
G=33.88%
B=30.43%

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
Decimal23822620300.050.150.0739.4350.7286.47
HexEEE2CB05F7273356
Octal356342313051774763126
Binary111011101110001011001011010111111111001111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE2CB; }

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

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

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

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

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

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

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

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