Shades of Pale Rose #DDCFD0
Tints of Pale Rose #DDCFD0
RGB
CMYK
RGB Variations
Color information
#DDCFD0 (or 0xDDCFD0) is known color: Pale Rose. HEX triplet: DD, CF and D0. RGB value is (221,207,208). Sum of RGB (Red+Green+Blue) = 221+207+208=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFD0 is #22302F. Grayscale: #D3D3D3. Windows color (decimal): -2240560 or 13684701. OLE color: 13684701.
HSL color Cylindrical-coordinate representation of color #DDCFD0: hue angle of 355.71º degrees, saturation: 0.17, 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 #DDCFD0 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 207 | 208 | - |
CMYK | 0 | 0.06 | 0.06 | 0.13 |
HSL | 355.71º | 0.17% | 0.84% | - |
HSV(B) | 355.71º | 0.06% | 0.87% | - |
XYZ | 63.52 | 64.55 | 68.79 | - |
YUV | 211.3 | 126.14 | 134.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 207 | 208 | 0 | 0.06 | 0.06 | 0.13 | 355.71 | 0.17 | 0.84 |
Hex | DD | CF | D0 | 0 | 6 | 6 | D | 164 | 11 | 54 |
Octal | 335 | 317 | 320 | 0 | 6 | 6 | 15 | 544 | 21 | 124 |
Binary | 11011101 | 11001111 | 11010000 | 0 | 110 | 110 | 1101 | 101100100 | 10001 | 1010100 |
Color Harmonies of #DDCFD0
Complementary color
Monochromatic Colors of #DDCFD0
Black with #DDCFD0
Text Example
Text Example
White with #DDCFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCFD0; }
p { color: rgb(221,207,208); }
H1.HeaderClassName
{
color: #DDCFD0;
}
.AnyTagClassName
{
color: #DDCFD0;
}
</style>
background-color css
<style>
a { background-color: #DDCFD0; }
a { background-color: rgb(221,207,208); }
div.DivClassName
{
background-color: #DDCFD0;
}
.BgClassName
{
background-color: #DDCFD0;
}
</style>
border-color css
<style>
span { border-color: #DDCFD0; }
span { border-color: rgb(221,207,208); }
td.TdClassName
{
border-color: #DDCFD0;
}
.TagClassName
{
border-color: #DDCFD0;
}
</style>