#EEDFCD

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

Shades of Bleach White #EEDFCD

Tints of Bleach White #EEDFCD

Color information

#EEDFCD (or 0xEEDFCD) is unknown color: approx Bleach White. HEX triplet: EE, DF and CD. RGB value is (238,223,205). Sum of RGB (Red+Green+Blue) = 238+223+205=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 205 (80.47% from 255 or 30.78% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFCD is #112032. Grayscale: #E1E1E1. Windows color (decimal): -1122355 or 13492206. OLE color: 13492206.

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

Color convert

RGB238223205-
CMYK00.060.140.07
HSL32.73º49.25%86.86%-
HSV(B)32.73º13.87%93.33%-
XYZ72.6775.3668.47-
YUV225.43116.47136.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.74%
GREEN value IS 223 (87.5% from 255) = 33.48%
BLUE value IS 205 (80.47% from 255) = 30.78%
R=35.74%
G=33.48%
B=30.78%

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
Decimal23822320500.060.140.0732.7349.2586.86
HexEEDFCD06E7213157
Octal356337315061674161127
Binary111011101101111111001101011011101111000011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFCD; }

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

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

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

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

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

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

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

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