Shades of Prim #DDC6CD
Tints of Prim #DDC6CD
RGB
CMYK
RGB Variations
Color information
#DDC6CD (or 0xDDC6CD) is known color: Prim. HEX triplet: DD, C6 and CD. RGB value is (221,198,205). Sum of RGB (Red+Green+Blue) = 221+198+205=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6CD is #223932. Grayscale: #CDCDCD. Windows color (decimal): -2242867 or 13485789. OLE color: 13485789.
HSL color Cylindrical-coordinate representation of color #DDC6CD: hue angle of 341.74º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC6CD is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 205 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.13 |
| HSL | 341.74º | 0.25% | 0.82% | - |
| HSV(B) | 341.74º | 0.1% | 0.87% | - |
| XYZ | 61.03 | 60.17 | 66.15 | - |
| YUV | 205.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 205 | 0 | 0.10 | 0.07 | 0.13 | 341.74 | 0.25 | 0.82 |
| Hex | DD | C6 | CD | 0 | A | 7 | D | 156 | 19 | 52 |
| Octal | 335 | 306 | 315 | 0 | 12 | 7 | 15 | 526 | 31 | 122 |
| Binary | 11011101 | 11000110 | 11001101 | 0 | 1010 | 111 | 1101 | 101010110 | 11001 | 1010010 |
Color Harmonies of #DDC6CD
Complementary color
Monochromatic Colors of #DDC6CD
Black with #DDC6CD
Text Example
Text Example
White with #DDC6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6CD; }
p { color: rgb(221,198,205); }
H1.HeaderClassName
{
color: #DDC6CD;
}
.AnyTagClassName
{
color: #DDC6CD;
}
</style>
background-color css
<style>
a { background-color: #DDC6CD; }
a { background-color: rgb(221,198,205); }
div.DivClassName
{
background-color: #DDC6CD;
}
.BgClassName
{
background-color: #DDC6CD;
}
</style>
border-color css
<style>
span { border-color: #DDC6CD; }
span { border-color: rgb(221,198,205); }
td.TdClassName
{
border-color: #DDC6CD;
}
.TagClassName
{
border-color: #DDC6CD;
}
</style>