Shades of Pale Rose #DDD0D1
Tints of Pale Rose #DDD0D1
RGB
CMYK
RGB Variations
Color information
#DDD0D1 (or 0xDDD0D1) is known color: Pale Rose. HEX triplet: DD, D0 and D1. RGB value is (221,208,209). Sum of RGB (Red+Green+Blue) = 221+208+209=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0D1 is #222F2E. Grayscale: #D4D4D4. Windows color (decimal): -2240303 or 13750493. OLE color: 13750493.
HSL color Cylindrical-coordinate representation of color #DDD0D1: hue angle of 355.38º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDD0D1 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 208 | 209 | - |
CMYK | 0 | 0.06 | 0.05 | 0.13 |
HSL | 355.38º | 0.16% | 0.84% | - |
HSV(B) | 355.38º | 0.06% | 0.87% | - |
XYZ | 63.88 | 65.09 | 69.52 | - |
YUV | 212 | 126.31 | 134.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 208 | 209 | 0 | 0.06 | 0.05 | 0.13 | 355.38 | 0.16 | 0.84 |
Hex | DD | D0 | D1 | 0 | 6 | 5 | D | 163 | 10 | 54 |
Octal | 335 | 320 | 321 | 0 | 6 | 5 | 15 | 543 | 20 | 124 |
Binary | 11011101 | 11010000 | 11010001 | 0 | 110 | 101 | 1101 | 101100011 | 10000 | 1010100 |
Color Harmonies of #DDD0D1
Complementary color
Monochromatic Colors of #DDD0D1
Black with #DDD0D1
Text Example
Text Example
White with #DDD0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0D1; }
p { color: rgb(221,208,209); }
H1.HeaderClassName
{
color: #DDD0D1;
}
.AnyTagClassName
{
color: #DDD0D1;
}
</style>
background-color css
<style>
a { background-color: #DDD0D1; }
a { background-color: rgb(221,208,209); }
div.DivClassName
{
background-color: #DDD0D1;
}
.BgClassName
{
background-color: #DDD0D1;
}
</style>
border-color css
<style>
span { border-color: #DDD0D1; }
span { border-color: rgb(221,208,209); }
td.TdClassName
{
border-color: #DDD0D1;
}
.TagClassName
{
border-color: #DDD0D1;
}
</style>