Shades of Prim #DDC5CD
Tints of Prim #DDC5CD
RGB
CMYK
RGB Variations
Color information
#DDC5CD (or 0xDDC5CD) is known color: Prim. HEX triplet: DD, C5 and CD. RGB value is (221,197,205). Sum of RGB (Red+Green+Blue) = 221+197+205=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5CD is #223A32. Grayscale: #CDCDCD. Windows color (decimal): -2243123 or 13485533. OLE color: 13485533.
HSL color Cylindrical-coordinate representation of color #DDC5CD: hue angle of 340º 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 #DDC5CD is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 205 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.13 |
| HSL | 340º | 0.26% | 0.82% | - |
| HSV(B) | 340º | 0.11% | 0.87% | - |
| XYZ | 60.8 | 59.71 | 66.08 | - |
| YUV | 205.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 205 | 0 | 0.11 | 0.07 | 0.13 | 340 | 0.26 | 0.82 |
| Hex | DD | C5 | CD | 0 | B | 7 | D | 154 | 1A | 52 |
| Octal | 335 | 305 | 315 | 0 | 13 | 7 | 15 | 524 | 32 | 122 |
| Binary | 11011101 | 11000101 | 11001101 | 0 | 1011 | 111 | 1101 | 101010100 | 11010 | 1010010 |
Color Harmonies of #DDC5CD
Complementary color
Monochromatic Colors of #DDC5CD
Black with #DDC5CD
Text Example
Text Example
White with #DDC5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC5CD; }
p { color: rgb(221,197,205); }
H1.HeaderClassName
{
color: #DDC5CD;
}
.AnyTagClassName
{
color: #DDC5CD;
}
</style>
background-color css
<style>
a { background-color: #DDC5CD; }
a { background-color: rgb(221,197,205); }
div.DivClassName
{
background-color: #DDC5CD;
}
.BgClassName
{
background-color: #DDC5CD;
}
</style>
border-color css
<style>
span { border-color: #DDC5CD; }
span { border-color: rgb(221,197,205); }
td.TdClassName
{
border-color: #DDC5CD;
}
.TagClassName
{
border-color: #DDC5CD;
}
</style>