Shades of Pale Rose #EDDADB
Tints of Pale Rose #EDDADB
RGB
CMYK
RGB Variations
Color information
#EDDADB (or 0xEDDADB) is known color: Pale Rose. HEX triplet: ED, DA and DB. RGB value is (237,218,219). Sum of RGB (Red+Green+Blue) = 237+218+219=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDADB is #122524. Grayscale: #DFDFDF. Windows color (decimal): -1189157 or 14408429. OLE color: 14408429.
HSL color Cylindrical-coordinate representation of color #EDDADB: hue angle of 356.84º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDDADB is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 218 | 219 | - |
CMYK | 0 | 0.08 | 0.08 | 0.07 |
HSL | 356.84º | 0.35% | 0.89% | - |
HSV(B) | 356.84º | 0.08% | 0.93% | - |
XYZ | 72.78 | 73.26 | 77.32 | - |
YUV | 223.8 | 125.29 | 137.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 218 | 219 | 0 | 0.08 | 0.08 | 0.07 | 356.84 | 0.35 | 0.89 |
Hex | ED | DA | DB | 0 | 8 | 8 | 7 | 165 | 23 | 59 |
Octal | 355 | 332 | 333 | 0 | 10 | 10 | 7 | 545 | 43 | 131 |
Binary | 11101101 | 11011010 | 11011011 | 0 | 1000 | 1000 | 111 | 101100101 | 100011 | 1011001 |
Color Harmonies of #EDDADB
Complementary color
Monochromatic Colors of #EDDADB
Black with #EDDADB
Text Example
Text Example
White with #EDDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDADB; }
p { color: rgb(237,218,219); }
H1.HeaderClassName
{
color: #EDDADB;
}
.AnyTagClassName
{
color: #EDDADB;
}
</style>
background-color css
<style>
a { background-color: #EDDADB; }
a { background-color: rgb(237,218,219); }
div.DivClassName
{
background-color: #EDDADB;
}
.BgClassName
{
background-color: #EDDADB;
}
</style>
border-color css
<style>
span { border-color: #EDDADB; }
span { border-color: rgb(237,218,219); }
td.TdClassName
{
border-color: #EDDADB;
}
.TagClassName
{
border-color: #EDDADB;
}
</style>