#EEE4CD

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

Shades of Bleach White #EEE4CD

Tints of Bleach White #EEE4CD

Color information

#EEE4CD (or 0xEEE4CD) is unknown color: approx Bleach White. HEX triplet: EE, E4 and CD. RGB value is (238,228,205). Sum of RGB (Red+Green+Blue) = 238+228+205=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 205 (80.47% from 255 or 30.55% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE4CD is #111B32. Grayscale: #E4E4E4. Windows color (decimal): -1121075 or 13493486. OLE color: 13493486.

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

Color convert

RGB238228205-
CMYK00.040.140.07
HSL41.82º49.25%86.86%-
HSV(B)41.82º13.87%93.33%-
XYZ74.0278.0768.93-
YUV228.37114.81134.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.47%
GREEN value IS 228 (89.45% from 255) = 33.98%
BLUE value IS 205 (80.47% from 255) = 30.55%
R=35.47%
G=33.98%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822820500.040.140.0741.8249.2586.86
HexEEE4CD04E72a3157
Octal356344315041675261127
Binary111011101110010011001101010011101111010101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE4CD; }

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

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

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

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

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

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

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

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