Shades of Pale Rose #D9CECF
Tints of Pale Rose #D9CECF
RGB
CMYK
RGB Variations
Color information
#D9CECF (or 0xD9CECF) is known color: Pale Rose. HEX triplet: D9, CE and CF. RGB value is (217,206,207). Sum of RGB (Red+Green+Blue) = 217+206+207=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CECF is #263130. Grayscale: #D1D1D1. Windows color (decimal): -2502961 or 13618905. OLE color: 13618905.
HSL color Cylindrical-coordinate representation of color #D9CECF: hue angle of 354.55º degrees, saturation: 0.13, 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 #D9CECF is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 206 | 207 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.15 |
| HSL | 354.55º | 0.13% | 0.83% | - |
| HSV(B) | 354.55º | 0.05% | 0.85% | - |
| XYZ | 61.95 | 63.4 | 68 | - |
| YUV | 209.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 206 | 207 | 0 | 0.05 | 0.05 | 0.15 | 354.55 | 0.13 | 0.83 |
| Hex | D9 | CE | CF | 0 | 5 | 5 | F | 163 | D | 53 |
| Octal | 331 | 316 | 317 | 0 | 5 | 5 | 17 | 543 | 15 | 123 |
| Binary | 11011001 | 11001110 | 11001111 | 0 | 101 | 101 | 1111 | 101100011 | 1101 | 1010011 |
Color Harmonies of #D9CECF
Complementary color
Monochromatic Colors of #D9CECF
Black with #D9CECF
Text Example
Text Example
White with #D9CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CECF; }
p { color: rgb(217,206,207); }
H1.HeaderClassName
{
color: #D9CECF;
}
.AnyTagClassName
{
color: #D9CECF;
}
</style>
background-color css
<style>
a { background-color: #D9CECF; }
a { background-color: rgb(217,206,207); }
div.DivClassName
{
background-color: #D9CECF;
}
.BgClassName
{
background-color: #D9CECF;
}
</style>
border-color css
<style>
span { border-color: #D9CECF; }
span { border-color: rgb(217,206,207); }
td.TdClassName
{
border-color: #D9CECF;
}
.TagClassName
{
border-color: #D9CECF;
}
</style>