#EEE1CC

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

Shades of Bleach White #EEE1CC

Tints of Bleach White #EEE1CC

Color information

#EEE1CC (or 0xEEE1CC) is unknown color: approx Bleach White. HEX triplet: EE, E1 and CC. RGB value is (238,225,204). Sum of RGB (Red+Green+Blue) = 238+225+204=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 204 (80.08% from 255 or 30.58% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE1CC is #111E33. Grayscale: #E2E2E2. Windows color (decimal): -1121844 or 13427182. OLE color: 13427182.

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

Color convert

RGB238225204-
CMYK00.050.140.07
HSL37.06º50%86.67%-
HSV(B)37.06º14.29%93.33%-
XYZ73.0876.3968.02-
YUV226.49115.31136.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.68%
GREEN value IS 225 (88.28% from 255) = 33.73%
BLUE value IS 204 (80.08% from 255) = 30.58%
R=35.68%
G=33.73%
B=30.58%

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
Decimal23822520400.050.140.0737.065086.67
HexEEE1CC05E7253257
Octal356341314051674562127
Binary111011101110000111001100010111101111001011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE1CC; }

 p { color: rgb(238,225,204); }

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

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

 a { background-color: rgb(238,225,204); }

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

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

 span { border-color: rgb(238,225,204); }

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