#EEE0CC

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

Shades of Bleach White #EEE0CC

Tints of Bleach White #EEE0CC

Color information

#EEE0CC (or 0xEEE0CC) is unknown color: approx Bleach White. HEX triplet: EE, E0 and CC. RGB value is (238,224,204). Sum of RGB (Red+Green+Blue) = 238+224+204=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 204 (80.08% from 255 or 30.63% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE0CC is #111F33. Grayscale: #E2E2E2. Windows color (decimal): -1122100 or 13426926. OLE color: 13426926.

HSL color Cylindrical-coordinate representation of color #EEE0CC: hue angle of 35.29º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEE0CC is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238224204-
CMYK00.060.140.07
HSL35.29º50%86.67%-
HSV(B)35.29º14.29%93.33%-
XYZ72.8175.8567.93-
YUV225.91115.64136.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.74%
GREEN value IS 224 (87.89% from 255) = 33.63%
BLUE value IS 204 (80.08% from 255) = 30.63%
R=35.74%
G=33.63%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822420400.060.140.0735.295086.67
HexEEE0CC06E7233257
Octal356340314061674362127
Binary111011101110000011001100011011101111000111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE0CC; }

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

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

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

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

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

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

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

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