Shades of Pale Rose #EDDBDF
Tints of Pale Rose #EDDBDF
RGB
CMYK
RGB Variations
Color information
#EDDBDF (or 0xEDDBDF) is known color: Pale Rose. HEX triplet: ED, DB and DF. RGB value is (237,219,223). Sum of RGB (Red+Green+Blue) = 237+219+223=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBDF is #122420. Grayscale: #E0E0E0. Windows color (decimal): -1188897 or 14670829. OLE color: 14670829.
HSL color Cylindrical-coordinate representation of color #EDDBDF: hue angle of 346.67º degrees, saturation: 0.33, 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 #EDDBDF is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 219 | 223 | - |
CMYK | 0 | 0.08 | 0.06 | 0.07 |
HSL | 346.67º | 0.33% | 0.89% | - |
HSV(B) | 346.67º | 0.08% | 0.93% | - |
XYZ | 73.58 | 74 | 80.22 | - |
YUV | 224.84 | 126.96 | 136.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 219 | 223 | 0 | 0.08 | 0.06 | 0.07 | 346.67 | 0.33 | 0.89 |
Hex | ED | DB | DF | 0 | 8 | 6 | 7 | 15B | 21 | 59 |
Octal | 355 | 333 | 337 | 0 | 10 | 6 | 7 | 533 | 41 | 131 |
Binary | 11101101 | 11011011 | 11011111 | 0 | 1000 | 110 | 111 | 101011011 | 100001 | 1011001 |
Color Harmonies of #EDDBDF
Complementary color
Monochromatic Colors of #EDDBDF
Black with #EDDBDF
Text Example
Text Example
White with #EDDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDBDF; }
p { color: rgb(237,219,223); }
H1.HeaderClassName
{
color: #EDDBDF;
}
.AnyTagClassName
{
color: #EDDBDF;
}
</style>
background-color css
<style>
a { background-color: #EDDBDF; }
a { background-color: rgb(237,219,223); }
div.DivClassName
{
background-color: #EDDBDF;
}
.BgClassName
{
background-color: #EDDBDF;
}
</style>
border-color css
<style>
span { border-color: #EDDBDF; }
span { border-color: rgb(237,219,223); }
td.TdClassName
{
border-color: #EDDBDF;
}
.TagClassName
{
border-color: #EDDBDF;
}
</style>