#EEE1CA

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

Shades of Bleach White #EEE1CA

Tints of Bleach White #EEE1CA

Color information

#EEE1CA (or 0xEEE1CA) is unknown color: approx Bleach White. HEX triplet: EE, E1 and CA. RGB value is (238,225,202). Sum of RGB (Red+Green+Blue) = 238+225+202=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 225 (88.28% from 255 or 33.83% from 665); Blue value is 202 (79.30% from 255 or 30.38% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE1CA is #111E35. Grayscale: #E2E2E2. Windows color (decimal): -1121846 or 13296110. OLE color: 13296110.

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

Color convert

RGB238225202-
CMYK00.050.150.07
HSL38.33º51.43%86.27%-
HSV(B)38.33º15.13%93.33%-
XYZ72.8576.2966.76-
YUV226.26114.31136.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.79%
GREEN value IS 225 (88.28% from 255) = 33.83%
BLUE value IS 202 (79.30% from 255) = 30.38%
R=35.79%
G=33.83%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822520200.050.150.0738.3351.4386.27
HexEEE1CA05F7263356
Octal356341312051774663126
Binary111011101110000111001010010111111111001101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE1CA; }

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

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

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

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

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

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

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

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