#EEE3CD

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

Shades of Bleach White #EEE3CD

Tints of Bleach White #EEE3CD

Color information

#EEE3CD (or 0xEEE3CD) is unknown color: approx Bleach White. HEX triplet: EE, E3 and CD. RGB value is (238,227,205). Sum of RGB (Red+Green+Blue) = 238+227+205=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 227 (89.06% from 255 or 33.88% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE3CD is #111C32. Grayscale: #E3E3E3. Windows color (decimal): -1121331 or 13493230. OLE color: 13493230.

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

Color convert

RGB238227205-
CMYK00.050.140.07
HSL40º49.25%86.86%-
HSV(B)40º13.87%93.33%-
XYZ73.7577.5268.83-
YUV227.78115.14135.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.52%
GREEN value IS 227 (89.06% from 255) = 33.88%
BLUE value IS 205 (80.47% from 255) = 30.60%
R=35.52%
G=33.88%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822720500.050.140.074049.2586.86
HexEEE3CD05E7283157
Octal356343315051675061127
Binary111011101110001111001101010111101111010001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE3CD; }

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

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

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

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

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

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

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

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