Shades of Prim #DDC7CD
Tints of Prim #DDC7CD
RGB
CMYK
RGB Variations
Color information
#DDC7CD (or 0xDDC7CD) is known color: Prim. HEX triplet: DD, C7 and CD. RGB value is (221,199,205). Sum of RGB (Red+Green+Blue) = 221+199+205=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7CD is #223832. Grayscale: #CECECE. Windows color (decimal): -2242611 or 13486045. OLE color: 13486045.
HSL color Cylindrical-coordinate representation of color #DDC7CD: hue angle of 343.64º degrees, saturation: 0.24, 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 #DDC7CD is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 205 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.13 |
| HSL | 343.64º | 0.24% | 0.82% | - |
| HSV(B) | 343.64º | 0.1% | 0.87% | - |
| XYZ | 61.26 | 60.63 | 66.23 | - |
| YUV | 206.26 | 127.29 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 205 | 0 | 0.10 | 0.07 | 0.13 | 343.64 | 0.24 | 0.82 |
| Hex | DD | C7 | CD | 0 | A | 7 | D | 158 | 18 | 52 |
| Octal | 335 | 307 | 315 | 0 | 12 | 7 | 15 | 530 | 30 | 122 |
| Binary | 11011101 | 11000111 | 11001101 | 0 | 1010 | 111 | 1101 | 101011000 | 11000 | 1010010 |
Color Harmonies of #DDC7CD
Complementary color
Monochromatic Colors of #DDC7CD
Black with #DDC7CD
Text Example
Text Example
White with #DDC7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC7CD; }
p { color: rgb(221,199,205); }
H1.HeaderClassName
{
color: #DDC7CD;
}
.AnyTagClassName
{
color: #DDC7CD;
}
</style>
background-color css
<style>
a { background-color: #DDC7CD; }
a { background-color: rgb(221,199,205); }
div.DivClassName
{
background-color: #DDC7CD;
}
.BgClassName
{
background-color: #DDC7CD;
}
</style>
border-color css
<style>
span { border-color: #DDC7CD; }
span { border-color: rgb(221,199,205); }
td.TdClassName
{
border-color: #DDC7CD;
}
.TagClassName
{
border-color: #DDC7CD;
}
</style>