Shades of Prim #DDC9CC
Tints of Prim #DDC9CC
RGB
CMYK
RGB Variations
Color information
#DDC9CC (or 0xDDC9CC) is known color: Prim. HEX triplet: DD, C9 and CC. RGB value is (221,201,204). Sum of RGB (Red+Green+Blue) = 221+201+204=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9CC is #223633. Grayscale: #CFCFCF. Windows color (decimal): -2242100 or 13421021. OLE color: 13421021.
HSL color Cylindrical-coordinate representation of color #DDC9CC: hue angle of 351º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDC9CC is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 204 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.13 |
| HSL | 351º | 0.23% | 0.83% | - |
| HSV(B) | 351º | 0.09% | 0.87% | - |
| XYZ | 61.6 | 61.51 | 65.75 | - |
| YUV | 207.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 204 | 0 | 0.09 | 0.08 | 0.13 | 351 | 0.23 | 0.83 |
| Hex | DD | C9 | CC | 0 | 9 | 8 | D | 15F | 17 | 53 |
| Octal | 335 | 311 | 314 | 0 | 11 | 10 | 15 | 537 | 27 | 123 |
| Binary | 11011101 | 11001001 | 11001100 | 0 | 1001 | 1000 | 1101 | 101011111 | 10111 | 1010011 |
Color Harmonies of #DDC9CC
Complementary color
Monochromatic Colors of #DDC9CC
Black with #DDC9CC
Text Example
Text Example
White with #DDC9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC9CC; }
p { color: rgb(221,201,204); }
H1.HeaderClassName
{
color: #DDC9CC;
}
.AnyTagClassName
{
color: #DDC9CC;
}
</style>
background-color css
<style>
a { background-color: #DDC9CC; }
a { background-color: rgb(221,201,204); }
div.DivClassName
{
background-color: #DDC9CC;
}
.BgClassName
{
background-color: #DDC9CC;
}
</style>
border-color css
<style>
span { border-color: #DDC9CC; }
span { border-color: rgb(221,201,204); }
td.TdClassName
{
border-color: #DDC9CC;
}
.TagClassName
{
border-color: #DDC9CC;
}
</style>