#EEE0CD

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

Shades of Bleach White #EEE0CD

Tints of Bleach White #EEE0CD

Color information

#EEE0CD (or 0xEEE0CD) is unknown color: approx Bleach White. HEX triplet: EE, E0 and CD. RGB value is (238,224,205). Sum of RGB (Red+Green+Blue) = 238+224+205=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 224 (87.89% from 255 or 33.58% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE0CD is #111F32. Grayscale: #E2E2E2. Windows color (decimal): -1122099 or 13492462. OLE color: 13492462.

HSL color Cylindrical-coordinate representation of color #EEE0CD: hue angle of 34.55º degrees, saturation: 0.49, 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 #EEE0CD is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238224205-
CMYK00.060.140.07
HSL34.55º49.25%86.86%-
HSV(B)34.55º13.87%93.33%-
XYZ72.9375.968.56-
YUV226.02116.14136.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.68%
GREEN value IS 224 (87.89% from 255) = 33.58%
BLUE value IS 205 (80.47% from 255) = 30.73%
R=35.68%
G=33.58%
B=30.73%

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
Decimal23822420500.060.140.0734.5549.2586.86
HexEEE0CD06E7233157
Octal356340315061674361127
Binary111011101110000011001101011011101111000111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE0CD; }

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

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

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

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

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

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

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

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