Shades of Prim #DDC9CE
Tints of Prim #DDC9CE
RGB
CMYK
RGB Variations
Color information
#DDC9CE (or 0xDDC9CE) is known color: Prim. HEX triplet: DD, C9 and CE. RGB value is (221,201,206). Sum of RGB (Red+Green+Blue) = 221+201+206=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9CE is #223631. Grayscale: #CFCFCF. Windows color (decimal): -2242098 or 13552093. OLE color: 13552093.
HSL color Cylindrical-coordinate representation of color #DDC9CE: hue angle of 345º 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 #DDC9CE is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 206 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.13 |
| HSL | 345º | 0.23% | 0.83% | - |
| HSV(B) | 345º | 0.09% | 0.87% | - |
| XYZ | 61.85 | 61.6 | 67.02 | - |
| YUV | 207.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 206 | 0 | 0.09 | 0.07 | 0.13 | 345 | 0.23 | 0.83 |
| Hex | DD | C9 | CE | 0 | 9 | 7 | D | 159 | 17 | 53 |
| Octal | 335 | 311 | 316 | 0 | 11 | 7 | 15 | 531 | 27 | 123 |
| Binary | 11011101 | 11001001 | 11001110 | 0 | 1001 | 111 | 1101 | 101011001 | 10111 | 1010011 |
Color Harmonies of #DDC9CE
Complementary color
Monochromatic Colors of #DDC9CE
Black with #DDC9CE
Text Example
Text Example
White with #DDC9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC9CE; }
p { color: rgb(221,201,206); }
H1.HeaderClassName
{
color: #DDC9CE;
}
.AnyTagClassName
{
color: #DDC9CE;
}
</style>
background-color css
<style>
a { background-color: #DDC9CE; }
a { background-color: rgb(221,201,206); }
div.DivClassName
{
background-color: #DDC9CE;
}
.BgClassName
{
background-color: #DDC9CE;
}
</style>
border-color css
<style>
span { border-color: #DDC9CE; }
span { border-color: rgb(221,201,206); }
td.TdClassName
{
border-color: #DDC9CE;
}
.TagClassName
{
border-color: #DDC9CE;
}
</style>