Shades of Pale Rose #EDDBDC
Tints of Pale Rose #EDDBDC
RGB
CMYK
RGB Variations
Color information
#EDDBDC (or 0xEDDBDC) is known color: Pale Rose. HEX triplet: ED, DB and DC. RGB value is (237,219,220). Sum of RGB (Red+Green+Blue) = 237+219+220=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBDC is #122423. Grayscale: #E0E0E0. Windows color (decimal): -1188900 or 14474221. OLE color: 14474221.
HSL color Cylindrical-coordinate representation of color #EDDBDC: hue angle of 356.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 #EDDBDC is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 219 | 220 | - |
CMYK | 0 | 0.08 | 0.07 | 0.07 |
HSL | 356.67º | 0.33% | 0.89% | - |
HSV(B) | 356.67º | 0.08% | 0.93% | - |
XYZ | 73.17 | 73.83 | 78.1 | - |
YUV | 224.5 | 125.46 | 136.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 219 | 220 | 0 | 0.08 | 0.07 | 0.07 | 356.67 | 0.33 | 0.89 |
Hex | ED | DB | DC | 0 | 8 | 7 | 7 | 165 | 21 | 59 |
Octal | 355 | 333 | 334 | 0 | 10 | 7 | 7 | 545 | 41 | 131 |
Binary | 11101101 | 11011011 | 11011100 | 0 | 1000 | 111 | 111 | 101100101 | 100001 | 1011001 |
Color Harmonies of #EDDBDC
Complementary color
Monochromatic Colors of #EDDBDC
Black with #EDDBDC
Text Example
Text Example
White with #EDDBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDBDC; }
p { color: rgb(237,219,220); }
H1.HeaderClassName
{
color: #EDDBDC;
}
.AnyTagClassName
{
color: #EDDBDC;
}
</style>
background-color css
<style>
a { background-color: #EDDBDC; }
a { background-color: rgb(237,219,220); }
div.DivClassName
{
background-color: #EDDBDC;
}
.BgClassName
{
background-color: #EDDBDC;
}
</style>
border-color css
<style>
span { border-color: #EDDBDC; }
span { border-color: rgb(237,219,220); }
td.TdClassName
{
border-color: #EDDBDC;
}
.TagClassName
{
border-color: #EDDBDC;
}
</style>