#EEE4CF

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

Shades of Bleach White #EEE4CF

Tints of Bleach White #EEE4CF

Color information

#EEE4CF (or 0xEEE4CF) is unknown color: approx Bleach White. HEX triplet: EE, E4 and CF. RGB value is (238,228,207). Sum of RGB (Red+Green+Blue) = 238+228+207=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 228 (89.45% from 255 or 33.88% from 673); Blue value is 207 (81.25% from 255 or 30.76% from 673); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE4CF is #111B30. Grayscale: #E4E4E4. Windows color (decimal): -1121073 or 13624558. OLE color: 13624558.

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

Color convert

RGB238228207-
CMYK00.040.130.07
HSL40.65º47.69%87.25%-
HSV(B)40.65º13.03%93.33%-
XYZ74.2778.1770.21-
YUV228.6115.81134.71-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.36%
GREEN value IS 228 (89.45% from 255) = 33.88%
BLUE value IS 207 (81.25% from 255) = 30.76%
R=35.36%
G=33.88%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822820700.040.130.0740.6547.6987.25
HexEEE4CF04D7293057
Octal356344317041575160127
Binary111011101110010011001111010011011111010011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE4CF; }

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

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

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

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

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

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

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

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