#EEDFCC

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

Shades of Bleach White #EEDFCC

Tints of Bleach White #EEDFCC

Color information

#EEDFCC (or 0xEEDFCC) is unknown color: approx Bleach White. HEX triplet: EE, DF and CC. RGB value is (238,223,204). Sum of RGB (Red+Green+Blue) = 238+223+204=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 204 (80.08% from 255 or 30.68% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFCC is #112033. Grayscale: #E1E1E1. Windows color (decimal): -1122356 or 13426670. OLE color: 13426670.

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

Color convert

RGB238223204-
CMYK00.060.140.07
HSL33.53º50%86.67%-
HSV(B)33.53º14.29%93.33%-
XYZ72.5575.3167.84-
YUV225.32115.97137.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.79%
GREEN value IS 223 (87.5% from 255) = 33.53%
BLUE value IS 204 (80.08% from 255) = 30.68%
R=35.79%
G=33.53%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822320400.060.140.0733.535086.67
HexEEDFCC06E7223257
Octal356337314061674262127
Binary111011101101111111001100011011101111000101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFCC; }

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

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

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

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

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

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

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

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