Shades of Prim #DDC8CE
Tints of Prim #DDC8CE
RGB
CMYK
RGB Variations
Color information
#DDC8CE (or 0xDDC8CE) is known color: Prim. HEX triplet: DD, C8 and CE. RGB value is (221,200,206). Sum of RGB (Red+Green+Blue) = 221+200+206=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8CE is #223731. Grayscale: #CECECE. Windows color (decimal): -2242354 or 13551837. OLE color: 13551837.
HSL color Cylindrical-coordinate representation of color #DDC8CE: hue angle of 342.86º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC8CE is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 206 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.13 |
| HSL | 342.86º | 0.24% | 0.83% | - |
| HSV(B) | 342.86º | 0.1% | 0.87% | - |
| XYZ | 61.61 | 61.14 | 66.95 | - |
| YUV | 206.96 | 127.46 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 206 | 0 | 0.10 | 0.07 | 0.13 | 342.86 | 0.24 | 0.83 |
| Hex | DD | C8 | CE | 0 | A | 7 | D | 157 | 18 | 53 |
| Octal | 335 | 310 | 316 | 0 | 12 | 7 | 15 | 527 | 30 | 123 |
| Binary | 11011101 | 11001000 | 11001110 | 0 | 1010 | 111 | 1101 | 101010111 | 11000 | 1010011 |
Color Harmonies of #DDC8CE
Complementary color
Monochromatic Colors of #DDC8CE
Black with #DDC8CE
Text Example
Text Example
White with #DDC8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8CE; }
p { color: rgb(221,200,206); }
H1.HeaderClassName
{
color: #DDC8CE;
}
.AnyTagClassName
{
color: #DDC8CE;
}
</style>
background-color css
<style>
a { background-color: #DDC8CE; }
a { background-color: rgb(221,200,206); }
div.DivClassName
{
background-color: #DDC8CE;
}
.BgClassName
{
background-color: #DDC8CE;
}
</style>
border-color css
<style>
span { border-color: #DDC8CE; }
span { border-color: rgb(221,200,206); }
td.TdClassName
{
border-color: #DDC8CE;
}
.TagClassName
{
border-color: #DDC8CE;
}
</style>