#EDDFCC

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

Shades of Bleach White #EDDFCC

Tints of Bleach White #EDDFCC

Color information

#EDDFCC (or 0xEDDFCC) is unknown color: approx Bleach White. HEX triplet: ED, DF and CC. RGB value is (237,223,204). Sum of RGB (Red+Green+Blue) = 237+223+204=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 223 (87.5% from 255 or 33.58% from 664); Blue value is 204 (80.08% from 255 or 30.72% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFCC is #122033. Grayscale: #E1E1E1. Windows color (decimal): -1187892 or 13426669. OLE color: 13426669.

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

Color convert

RGB237223204-
CMYK00.060.140.07
HSL34.55º47.83%86.47%-
HSV(B)34.55º13.92%92.94%-
XYZ72.2175.1467.82-
YUV225.02116.14136.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.69%
GREEN value IS 223 (87.5% from 255) = 33.58%
BLUE value IS 204 (80.08% from 255) = 30.72%
R=35.69%
G=33.58%
B=30.72%

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
Decimal23722320400.060.140.0734.5547.8386.47
HexEDDFCC06E7233056
Octal355337314061674360126
Binary111011011101111111001100011011101111000111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFCC; }

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

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

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

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

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

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

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

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