#EDDFC8

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

Shades of Bleach White #EDDFC8

Tints of Bleach White #EDDFC8

Color information

#EDDFC8 (or 0xEDDFC8) is unknown color: approx Bleach White. HEX triplet: ED, DF and C8. RGB value is (237,223,200). Sum of RGB (Red+Green+Blue) = 237+223+200=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 200 (78.52% from 255 or 30.30% from 660); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFC8 is #122037. Grayscale: #E0E0E0. Windows color (decimal): -1187896 or 13164525. OLE color: 13164525.

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

Color convert

RGB237223200-
CMYK00.060.160.07
HSL37.3º50.68%85.69%-
HSV(B)37.3º15.61%92.94%-
XYZ71.7474.9565.33-
YUV224.56114.14136.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.91%
GREEN value IS 223 (87.5% from 255) = 33.79%
BLUE value IS 200 (78.52% from 255) = 30.30%
R=35.91%
G=33.79%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722320000.060.160.0737.350.6885.69
HexEDDFC806107253356
Octal355337310062074563126
Binary1110110111011111110010000110100001111001011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFC8; }

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

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

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

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

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

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

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

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