Shades of Prim #DDC5CE
Tints of Prim #DDC5CE
RGB
CMYK
RGB Variations
Color information
#DDC5CE (or 0xDDC5CE) is known color: Prim. HEX triplet: DD, C5 and CE. RGB value is (221,197,206). Sum of RGB (Red+Green+Blue) = 221+197+206=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5CE is #223A31. Grayscale: #CDCDCD. Windows color (decimal): -2243122 or 13551069. OLE color: 13551069.
HSL color Cylindrical-coordinate representation of color #DDC5CE: hue angle of 337.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 #DDC5CE is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 206 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.13 |
| HSL | 337.5º | 0.26% | 0.82% | - |
| HSV(B) | 337.5º | 0.11% | 0.87% | - |
| XYZ | 60.93 | 59.76 | 66.72 | - |
| YUV | 205.2 | 128.45 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 206 | 0 | 0.11 | 0.07 | 0.13 | 337.5 | 0.26 | 0.82 |
| Hex | DD | C5 | CE | 0 | B | 7 | D | 152 | 1A | 52 |
| Octal | 335 | 305 | 316 | 0 | 13 | 7 | 15 | 522 | 32 | 122 |
| Binary | 11011101 | 11000101 | 11001110 | 0 | 1011 | 111 | 1101 | 101010010 | 11010 | 1010010 |
Color Harmonies of #DDC5CE
Complementary color
Monochromatic Colors of #DDC5CE
Black with #DDC5CE
Text Example
Text Example
White with #DDC5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC5CE; }
p { color: rgb(221,197,206); }
H1.HeaderClassName
{
color: #DDC5CE;
}
.AnyTagClassName
{
color: #DDC5CE;
}
</style>
background-color css
<style>
a { background-color: #DDC5CE; }
a { background-color: rgb(221,197,206); }
div.DivClassName
{
background-color: #DDC5CE;
}
.BgClassName
{
background-color: #DDC5CE;
}
</style>
border-color css
<style>
span { border-color: #DDC5CE; }
span { border-color: rgb(221,197,206); }
td.TdClassName
{
border-color: #DDC5CE;
}
.TagClassName
{
border-color: #DDC5CE;
}
</style>