Shades of Pale Rose #DED9DA
Tints of Pale Rose #DED9DA
RGB
CMYK
RGB Variations
Color information
#DED9DA (or 0xDED9DA) is known color: Pale Rose. HEX triplet: DE, D9 and DA. RGB value is (222,217,218). Sum of RGB (Red+Green+Blue) = 222+217+218=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9DA is #212625. Grayscale: #DADADA. Windows color (decimal): -2172454 or 14342622. OLE color: 14342622.
HSL color Cylindrical-coordinate representation of color #DED9DA: hue angle of 348º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DED9DA is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 217 | 218 | - |
CMYK | 0 | 0.02 | 0.02 | 0.13 |
HSL | 348º | 0.07% | 0.86% | - |
HSV(B) | 348º | 0.02% | 0.87% | - |
XYZ | 67.59 | 70.22 | 76.32 | - |
YUV | 218.61 | 127.66 | 130.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 217 | 218 | 0 | 0.02 | 0.02 | 0.13 | 348 | 0.07 | 0.86 |
Hex | DE | D9 | DA | 0 | 2 | 2 | D | 15C | 7 | 56 |
Octal | 336 | 331 | 332 | 0 | 2 | 2 | 15 | 534 | 7 | 126 |
Binary | 11011110 | 11011001 | 11011010 | 0 | 10 | 10 | 1101 | 101011100 | 111 | 1010110 |
Color Harmonies of #DED9DA
Complementary color
Monochromatic Colors of #DED9DA
Black with #DED9DA
Text Example
Text Example
White with #DED9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9DA; }
p { color: rgb(222,217,218); }
H1.HeaderClassName
{
color: #DED9DA;
}
.AnyTagClassName
{
color: #DED9DA;
}
</style>
background-color css
<style>
a { background-color: #DED9DA; }
a { background-color: rgb(222,217,218); }
div.DivClassName
{
background-color: #DED9DA;
}
.BgClassName
{
background-color: #DED9DA;
}
</style>
border-color css
<style>
span { border-color: #DED9DA; }
span { border-color: rgb(222,217,218); }
td.TdClassName
{
border-color: #DED9DA;
}
.TagClassName
{
border-color: #DED9DA;
}
</style>