Shades of Bleach White #EDDFC9
Tints of Bleach White #EDDFC9
RGB
CMYK
RGB Variations
Color information
#EDDFC9 (or 0xEDDFC9) is known color: Bleach White. HEX triplet: ED, DF and C9. RGB value is (237,223,201). Sum of RGB (Red+Green+Blue) = 237+223+201=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 201 (78.91% from 255 or 30.41% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFC9 is #122036. Grayscale: #E0E0E0. Windows color (decimal): -1187895 or 13230061. OLE color: 13230061.
HSL color Cylindrical-coordinate representation of color #EDDFC9: hue angle of 36.67º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDDFC9 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 223 | 201 | - |
CMYK | 0 | 0.06 | 0.15 | 0.07 |
HSL | 36.67º | 0.5% | 0.86% | - |
HSV(B) | 36.67º | 0.15% | 0.93% | - |
XYZ | 71.86 | 75 | 65.95 | - |
YUV | 224.68 | 114.64 | 136.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 223 | 201 | 0 | 0.06 | 0.15 | 0.07 | 36.67 | 0.5 | 0.86 |
Hex | ED | DF | C9 | 0 | 6 | F | 7 | 25 | 32 | 56 |
Octal | 355 | 337 | 311 | 0 | 6 | 17 | 7 | 45 | 62 | 126 |
Binary | 11101101 | 11011111 | 11001001 | 0 | 110 | 1111 | 111 | 100101 | 110010 | 1010110 |
Color Harmonies of #EDDFC9
Complementary color
Monochromatic Colors of #EDDFC9
Black with #EDDFC9
Text Example
Text Example
White with #EDDFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDFC9; }
p { color: rgb(237,223,201); }
H1.HeaderClassName
{
color: #EDDFC9;
}
.AnyTagClassName
{
color: #EDDFC9;
}
</style>
background-color css
<style>
a { background-color: #EDDFC9; }
a { background-color: rgb(237,223,201); }
div.DivClassName
{
background-color: #EDDFC9;
}
.BgClassName
{
background-color: #EDDFC9;
}
</style>
border-color css
<style>
span { border-color: #EDDFC9; }
span { border-color: rgb(237,223,201); }
td.TdClassName
{
border-color: #EDDFC9;
}
.TagClassName
{
border-color: #EDDFC9;
}
</style>