#EEE3CB

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

Shades of Bleach White #EEE3CB

Tints of Bleach White #EEE3CB

Color information

#EEE3CB (or 0xEEE3CB) is unknown color: approx Bleach White. HEX triplet: EE, E3 and CB. RGB value is (238,227,203). Sum of RGB (Red+Green+Blue) = 238+227+203=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 227 (89.06% from 255 or 33.98% from 668); Blue value is 203 (79.69% from 255 or 30.39% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE3CB is #111C34. Grayscale: #E3E3E3. Windows color (decimal): -1121333 or 13362158. OLE color: 13362158.

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

Color convert

RGB238227203-
CMYK00.050.150.07
HSL41.14º50.72%86.47%-
HSV(B)41.14º14.71%93.33%-
XYZ73.5177.4367.57-
YUV227.55114.14135.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.63%
GREEN value IS 227 (89.06% from 255) = 33.98%
BLUE value IS 203 (79.69% from 255) = 30.39%
R=35.63%
G=33.98%
B=30.39%

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
Decimal23822720300.050.150.0741.1450.7286.47
HexEEE3CB05F7293356
Octal356343313051775163126
Binary111011101110001111001011010111111111010011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE3CB; }

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

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

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

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

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

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

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

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