Shades of Pale Rose #DDCECF
Tints of Pale Rose #DDCECF
RGB
CMYK
RGB Variations
Color information
#DDCECF (or 0xDDCECF) is known color: Pale Rose. HEX triplet: DD, CE and CF. RGB value is (221,206,207). Sum of RGB (Red+Green+Blue) = 221+206+207=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCECF is #223130. Grayscale: #D2D2D2. Windows color (decimal): -2240817 or 13618909. OLE color: 13618909.
HSL color Cylindrical-coordinate representation of color #DDCECF: hue angle of 356º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDCECF is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 207 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.13 |
| HSL | 356º | 0.18% | 0.84% | - |
| HSV(B) | 356º | 0.07% | 0.87% | - |
| XYZ | 63.15 | 64.02 | 68.06 | - |
| YUV | 210.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 207 | 0 | 0.07 | 0.06 | 0.13 | 356 | 0.18 | 0.84 |
| Hex | DD | CE | CF | 0 | 7 | 6 | D | 164 | 12 | 54 |
| Octal | 335 | 316 | 317 | 0 | 7 | 6 | 15 | 544 | 22 | 124 |
| Binary | 11011101 | 11001110 | 11001111 | 0 | 111 | 110 | 1101 | 101100100 | 10010 | 1010100 |
Color Harmonies of #DDCECF
Complementary color
Monochromatic Colors of #DDCECF
Black with #DDCECF
Text Example
Text Example
White with #DDCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCECF; }
p { color: rgb(221,206,207); }
H1.HeaderClassName
{
color: #DDCECF;
}
.AnyTagClassName
{
color: #DDCECF;
}
</style>
background-color css
<style>
a { background-color: #DDCECF; }
a { background-color: rgb(221,206,207); }
div.DivClassName
{
background-color: #DDCECF;
}
.BgClassName
{
background-color: #DDCECF;
}
</style>
border-color css
<style>
span { border-color: #DDCECF; }
span { border-color: rgb(221,206,207); }
td.TdClassName
{
border-color: #DDCECF;
}
.TagClassName
{
border-color: #DDCECF;
}
</style>