Shades of Pale Rose #DDCDCE
Tints of Pale Rose #DDCDCE
RGB
CMYK
RGB Variations
Color information
#DDCDCE (or 0xDDCDCE) is known color: Pale Rose. HEX triplet: DD, CD and CE. RGB value is (221,205,206). Sum of RGB (Red+Green+Blue) = 221+205+206=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDCE is #223231. Grayscale: #D1D1D1. Windows color (decimal): -2241074 or 13553117. OLE color: 13553117.
HSL color Cylindrical-coordinate representation of color #DDCDCE: hue angle of 356.25º degrees, saturation: 0.19, 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 #DDCDCE is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 205 | 206 | - |
CMYK | 0 | 0.07 | 0.07 | 0.13 |
HSL | 356.25º | 0.19% | 0.84% | - |
HSV(B) | 356.25º | 0.07% | 0.87% | - |
XYZ | 62.79 | 63.49 | 67.34 | - |
YUV | 209.9 | 125.8 | 135.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 205 | 206 | 0 | 0.07 | 0.07 | 0.13 | 356.25 | 0.19 | 0.84 |
Hex | DD | CD | CE | 0 | 7 | 7 | D | 164 | 13 | 54 |
Octal | 335 | 315 | 316 | 0 | 7 | 7 | 15 | 544 | 23 | 124 |
Binary | 11011101 | 11001101 | 11001110 | 0 | 111 | 111 | 1101 | 101100100 | 10011 | 1010100 |
Color Harmonies of #DDCDCE
Complementary color
Monochromatic Colors of #DDCDCE
Black with #DDCDCE
Text Example
Text Example
White with #DDCDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDCE; }
p { color: rgb(221,205,206); }
H1.HeaderClassName
{
color: #DDCDCE;
}
.AnyTagClassName
{
color: #DDCDCE;
}
</style>
background-color css
<style>
a { background-color: #DDCDCE; }
a { background-color: rgb(221,205,206); }
div.DivClassName
{
background-color: #DDCDCE;
}
.BgClassName
{
background-color: #DDCDCE;
}
</style>
border-color css
<style>
span { border-color: #DDCDCE; }
span { border-color: rgb(221,205,206); }
td.TdClassName
{
border-color: #DDCDCE;
}
.TagClassName
{
border-color: #DDCDCE;
}
</style>