#EEE0C8

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

Shades of Bleach White #EEE0C8

Tints of Bleach White #EEE0C8

Color information

#EEE0C8 (or 0xEEE0C8) is unknown color: approx Bleach White. HEX triplet: EE, E0 and C8. RGB value is (238,224,200). Sum of RGB (Red+Green+Blue) = 238+224+200=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 224 (87.89% from 255 or 33.84% from 662); Blue value is 200 (78.52% from 255 or 30.21% from 662); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE0C8 is #111F37. Grayscale: #E1E1E1. Windows color (decimal): -1122104 or 13164782. OLE color: 13164782.

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

Color convert

RGB238224200-
CMYK00.060.160.07
HSL37.89º52.78%85.88%-
HSV(B)37.89º15.97%93.33%-
XYZ72.3475.6665.43-
YUV225.45113.64136.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.95%
GREEN value IS 224 (87.89% from 255) = 33.84%
BLUE value IS 200 (78.52% from 255) = 30.21%
R=35.95%
G=33.84%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822420000.060.160.0737.8952.7885.88
HexEEE0C806107263556
Octal356340310062074665126
Binary1110111011100000110010000110100001111001101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE0C8; }

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

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

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

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

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

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

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

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