#EDDFCD

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

Shades of Bleach White #EDDFCD

Tints of Bleach White #EDDFCD

Color information

#EDDFCD (or 0xEDDFCD) is unknown color: approx Bleach White. HEX triplet: ED, DF and CD. RGB value is (237,223,205). Sum of RGB (Red+Green+Blue) = 237+223+205=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFCD is #122032. Grayscale: #E1E1E1. Windows color (decimal): -1187891 or 13492205. OLE color: 13492205.

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

Color convert

RGB237223205-
CMYK00.060.140.07
HSL33.75º47.06%86.67%-
HSV(B)33.75º13.5%92.94%-
XYZ72.3375.1968.46-
YUV225.13116.64136.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.64%
GREEN value IS 223 (87.5% from 255) = 33.53%
BLUE value IS 205 (80.47% from 255) = 30.83%
R=35.64%
G=33.53%
B=30.83%

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
Decimal23722320500.060.140.0733.7547.0686.67
HexEDDFCD06E7222f57
Octal355337315061674257127
Binary111011011101111111001101011011101111000101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFCD; }

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

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

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

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

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

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

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

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