Shades of Pale Rose #DDD6D7
Tints of Pale Rose #DDD6D7
RGB
CMYK
RGB Variations
Color information
#DDD6D7 (or 0xDDD6D7) is known color: Pale Rose. HEX triplet: DD, D6 and D7. RGB value is (221,214,215). Sum of RGB (Red+Green+Blue) = 221+214+215=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 214 (83.98% from 255 or 32.92% from 650); Blue value is 215 (84.38% from 255 or 33.08% from 650); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6D7 is #222928. Grayscale: #D8D8D8. Windows color (decimal): -2238761 or 14145245. OLE color: 14145245.
HSL color Cylindrical-coordinate representation of color #DDD6D7: hue angle of 351.43º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDD6D7 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 214 | 215 | - |
CMYK | 0 | 0.03 | 0.03 | 0.13 |
HSL | 351.43º | 0.09% | 0.85% | - |
HSV(B) | 351.43º | 0.03% | 0.87% | - |
XYZ | 66.13 | 68.37 | 74 | - |
YUV | 216.21 | 127.32 | 131.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 214 | 215 | 0 | 0.03 | 0.03 | 0.13 | 351.43 | 0.09 | 0.85 |
Hex | DD | D6 | D7 | 0 | 3 | 3 | D | 15F | 9 | 55 |
Octal | 335 | 326 | 327 | 0 | 3 | 3 | 15 | 537 | 11 | 125 |
Binary | 11011101 | 11010110 | 11010111 | 0 | 11 | 11 | 1101 | 101011111 | 1001 | 1010101 |
Color Harmonies of #DDD6D7
Complementary color
Monochromatic Colors of #DDD6D7
Black with #DDD6D7
Text Example
Text Example
White with #DDD6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD6D7; }
p { color: rgb(221,214,215); }
H1.HeaderClassName
{
color: #DDD6D7;
}
.AnyTagClassName
{
color: #DDD6D7;
}
</style>
background-color css
<style>
a { background-color: #DDD6D7; }
a { background-color: rgb(221,214,215); }
div.DivClassName
{
background-color: #DDD6D7;
}
.BgClassName
{
background-color: #DDD6D7;
}
</style>
border-color css
<style>
span { border-color: #DDD6D7; }
span { border-color: rgb(221,214,215); }
td.TdClassName
{
border-color: #DDD6D7;
}
.TagClassName
{
border-color: #DDD6D7;
}
</style>