Shades of Prim #DDC5CC
Tints of Prim #DDC5CC
RGB
CMYK
RGB Variations
Color information
#DDC5CC (or 0xDDC5CC) is known color: Prim. HEX triplet: DD, C5 and CC. RGB value is (221,197,204). Sum of RGB (Red+Green+Blue) = 221+197+204=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5CC is #223A33. Grayscale: #CCCCCC. Windows color (decimal): -2243124 or 13419997. OLE color: 13419997.
HSL color Cylindrical-coordinate representation of color #DDC5CC: hue angle of 342.5º degrees, saturation: 0.26, 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 #DDC5CC is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 204 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.13 |
| HSL | 342.5º | 0.26% | 0.82% | - |
| HSV(B) | 342.5º | 0.11% | 0.87% | - |
| XYZ | 60.68 | 59.66 | 65.44 | - |
| YUV | 204.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 204 | 0 | 0.11 | 0.08 | 0.13 | 342.5 | 0.26 | 0.82 |
| Hex | DD | C5 | CC | 0 | B | 8 | D | 156 | 1A | 52 |
| Octal | 335 | 305 | 314 | 0 | 13 | 10 | 15 | 526 | 32 | 122 |
| Binary | 11011101 | 11000101 | 11001100 | 0 | 1011 | 1000 | 1101 | 101010110 | 11010 | 1010010 |
Color Harmonies of #DDC5CC
Complementary color
Monochromatic Colors of #DDC5CC
Black with #DDC5CC
Text Example
Text Example
White with #DDC5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC5CC; }
p { color: rgb(221,197,204); }
H1.HeaderClassName
{
color: #DDC5CC;
}
.AnyTagClassName
{
color: #DDC5CC;
}
</style>
background-color css
<style>
a { background-color: #DDC5CC; }
a { background-color: rgb(221,197,204); }
div.DivClassName
{
background-color: #DDC5CC;
}
.BgClassName
{
background-color: #DDC5CC;
}
</style>
border-color css
<style>
span { border-color: #DDC5CC; }
span { border-color: rgb(221,197,204); }
td.TdClassName
{
border-color: #DDC5CC;
}
.TagClassName
{
border-color: #DDC5CC;
}
</style>