Shades of Prim #DDCDD6
Tints of Prim #DDCDD6
RGB
CMYK
RGB Variations
Color information
#DDCDD6 (or 0xDDCDD6) is known color: Prim. HEX triplet: DD, CD and D6. RGB value is (221,205,214). Sum of RGB (Red+Green+Blue) = 221+205+214=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDD6 is #223229. Grayscale: #D2D2D2. Windows color (decimal): -2241066 or 14077405. OLE color: 14077405.
HSL color Cylindrical-coordinate representation of color #DDCDD6: hue angle of 326.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 #DDCDD6 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 214 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.13 |
| HSL | 326.25º | 0.19% | 0.84% | - |
| HSV(B) | 326.25º | 0.07% | 0.87% | - |
| XYZ | 63.79 | 63.89 | 72.59 | - |
| YUV | 210.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 214 | 0 | 0.07 | 0.03 | 0.13 | 326.25 | 0.19 | 0.84 |
| Hex | DD | CD | D6 | 0 | 7 | 3 | D | 146 | 13 | 54 |
| Octal | 335 | 315 | 326 | 0 | 7 | 3 | 15 | 506 | 23 | 124 |
| Binary | 11011101 | 11001101 | 11010110 | 0 | 111 | 11 | 1101 | 101000110 | 10011 | 1010100 |
Color Harmonies of #DDCDD6
Complementary color
Monochromatic Colors of #DDCDD6
Black with #DDCDD6
Text Example
Text Example
White with #DDCDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDD6; }
p { color: rgb(221,205,214); }
H1.HeaderClassName
{
color: #DDCDD6;
}
.AnyTagClassName
{
color: #DDCDD6;
}
</style>
background-color css
<style>
a { background-color: #DDCDD6; }
a { background-color: rgb(221,205,214); }
div.DivClassName
{
background-color: #DDCDD6;
}
.BgClassName
{
background-color: #DDCDD6;
}
</style>
border-color css
<style>
span { border-color: #DDCDD6; }
span { border-color: rgb(221,205,214); }
td.TdClassName
{
border-color: #DDCDD6;
}
.TagClassName
{
border-color: #DDCDD6;
}
</style>