Shades of Pale Rose #D9CFD0
Tints of Pale Rose #D9CFD0
RGB
CMYK
RGB Variations
Color information
#D9CFD0 (or 0xD9CFD0) is known color: Pale Rose. HEX triplet: D9, CF and D0. RGB value is (217,207,208). Sum of RGB (Red+Green+Blue) = 217+207+208=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFD0 is #26302F. Grayscale: #D2D2D2. Windows color (decimal): -2502704 or 13684697. OLE color: 13684697.
HSL color Cylindrical-coordinate representation of color #D9CFD0: hue angle of 354º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9CFD0 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 207 | 208 | - |
CMYK | 0 | 0.05 | 0.04 | 0.15 |
HSL | 354º | 0.12% | 0.83% | - |
HSV(B) | 354º | 0.05% | 0.85% | - |
XYZ | 62.31 | 63.93 | 68.73 | - |
YUV | 210.1 | 126.81 | 132.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 207 | 208 | 0 | 0.05 | 0.04 | 0.15 | 354 | 0.12 | 0.83 |
Hex | D9 | CF | D0 | 0 | 5 | 4 | F | 162 | C | 53 |
Octal | 331 | 317 | 320 | 0 | 5 | 4 | 17 | 542 | 14 | 123 |
Binary | 11011001 | 11001111 | 11010000 | 0 | 101 | 100 | 1111 | 101100010 | 1100 | 1010011 |
Color Harmonies of #D9CFD0
Complementary color
Monochromatic Colors of #D9CFD0
Black with #D9CFD0
Text Example
Text Example
White with #D9CFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFD0; }
p { color: rgb(217,207,208); }
H1.HeaderClassName
{
color: #D9CFD0;
}
.AnyTagClassName
{
color: #D9CFD0;
}
</style>
background-color css
<style>
a { background-color: #D9CFD0; }
a { background-color: rgb(217,207,208); }
div.DivClassName
{
background-color: #D9CFD0;
}
.BgClassName
{
background-color: #D9CFD0;
}
</style>
border-color css
<style>
span { border-color: #D9CFD0; }
span { border-color: rgb(217,207,208); }
td.TdClassName
{
border-color: #D9CFD0;
}
.TagClassName
{
border-color: #D9CFD0;
}
</style>