Shades of Prim #DDC4CC
Tints of Prim #DDC4CC
RGB
CMYK
RGB Variations
Color information
#DDC4CC (or 0xDDC4CC) is known color: Prim. HEX triplet: DD, C4 and CC. RGB value is (221,196,204). Sum of RGB (Red+Green+Blue) = 221+196+204=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4CC is #223B33. Grayscale: #CCCCCC. Windows color (decimal): -2243380 or 13419741. OLE color: 13419741.
HSL color Cylindrical-coordinate representation of color #DDC4CC: hue angle of 340.8º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDC4CC is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 204 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.13 |
| HSL | 340.8º | 0.27% | 0.82% | - |
| HSV(B) | 340.8º | 0.11% | 0.87% | - |
| XYZ | 60.46 | 59.21 | 65.37 | - |
| YUV | 204.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 204 | 0 | 0.11 | 0.08 | 0.13 | 340.8 | 0.27 | 0.82 |
| Hex | DD | C4 | CC | 0 | B | 8 | D | 155 | 1B | 52 |
| Octal | 335 | 304 | 314 | 0 | 13 | 10 | 15 | 525 | 33 | 122 |
| Binary | 11011101 | 11000100 | 11001100 | 0 | 1011 | 1000 | 1101 | 101010101 | 11011 | 1010010 |
Color Harmonies of #DDC4CC
Complementary color
Monochromatic Colors of #DDC4CC
Black with #DDC4CC
Text Example
Text Example
White with #DDC4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC4CC; }
p { color: rgb(221,196,204); }
H1.HeaderClassName
{
color: #DDC4CC;
}
.AnyTagClassName
{
color: #DDC4CC;
}
</style>
background-color css
<style>
a { background-color: #DDC4CC; }
a { background-color: rgb(221,196,204); }
div.DivClassName
{
background-color: #DDC4CC;
}
.BgClassName
{
background-color: #DDC4CC;
}
</style>
border-color css
<style>
span { border-color: #DDC4CC; }
span { border-color: rgb(221,196,204); }
td.TdClassName
{
border-color: #DDC4CC;
}
.TagClassName
{
border-color: #DDC4CC;
}
</style>