Shades of Dawn Pink #EBDBD0
Tints of Dawn Pink #EBDBD0
RGB
CMYK
RGB Variations
Color information
#EBDBD0 (or 0xEBDBD0) is known color: Dawn Pink. HEX triplet: EB, DB and D0. RGB value is (235,219,208). Sum of RGB (Red+Green+Blue) = 235+219+208=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 208 (81.64% from 255 or 31.42% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBD0 is #14242F. Grayscale: #DEDEDE. Windows color (decimal): -1319984 or 13687787. OLE color: 13687787.
HSL color Cylindrical-coordinate representation of color #EBDBD0: hue angle of 24.44º degrees, saturation: 0.4, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBDBD0 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 219 | 208 | - |
CMYK | 0 | 0.07 | 0.11 | 0.08 |
HSL | 24.44º | 0.4% | 0.87% | - |
HSV(B) | 24.44º | 0.11% | 0.92% | - |
XYZ | 70.98 | 72.88 | 70 | - |
YUV | 222.53 | 119.8 | 136.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 219 | 208 | 0 | 0.07 | 0.11 | 0.08 | 24.44 | 0.4 | 0.87 |
Hex | EB | DB | D0 | 0 | 7 | B | 8 | 18 | 28 | 57 |
Octal | 353 | 333 | 320 | 0 | 7 | 13 | 10 | 30 | 50 | 127 |
Binary | 11101011 | 11011011 | 11010000 | 0 | 111 | 1011 | 1000 | 11000 | 101000 | 1010111 |
Color Harmonies of #EBDBD0
Complementary color
Monochromatic Colors of #EBDBD0
Black with #EBDBD0
Text Example
Text Example
White with #EBDBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDBD0; }
p { color: rgb(235,219,208); }
H1.HeaderClassName
{
color: #EBDBD0;
}
.AnyTagClassName
{
color: #EBDBD0;
}
</style>
background-color css
<style>
a { background-color: #EBDBD0; }
a { background-color: rgb(235,219,208); }
div.DivClassName
{
background-color: #EBDBD0;
}
.BgClassName
{
background-color: #EBDBD0;
}
</style>
border-color css
<style>
span { border-color: #EBDBD0; }
span { border-color: rgb(235,219,208); }
td.TdClassName
{
border-color: #EBDBD0;
}
.TagClassName
{
border-color: #EBDBD0;
}
</style>