Shades of Prim #DDC7CE
Tints of Prim #DDC7CE
RGB
CMYK
RGB Variations
Color information
#DDC7CE (or 0xDDC7CE) is known color: Prim. HEX triplet: DD, C7 and CE. RGB value is (221,199,206). Sum of RGB (Red+Green+Blue) = 221+199+206=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7CE is #223831. Grayscale: #CECECE. Windows color (decimal): -2242610 or 13551581. OLE color: 13551581.
HSL color Cylindrical-coordinate representation of color #DDC7CE: hue angle of 340.91º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC7CE is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 206 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.13 |
| HSL | 340.91º | 0.24% | 0.82% | - |
| HSV(B) | 340.91º | 0.1% | 0.87% | - |
| XYZ | 61.38 | 60.68 | 66.87 | - |
| YUV | 206.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 206 | 0 | 0.10 | 0.07 | 0.13 | 340.91 | 0.24 | 0.82 |
| Hex | DD | C7 | CE | 0 | A | 7 | D | 155 | 18 | 52 |
| Octal | 335 | 307 | 316 | 0 | 12 | 7 | 15 | 525 | 30 | 122 |
| Binary | 11011101 | 11000111 | 11001110 | 0 | 1010 | 111 | 1101 | 101010101 | 11000 | 1010010 |
Color Harmonies of #DDC7CE
Complementary color
Monochromatic Colors of #DDC7CE
Black with #DDC7CE
Text Example
Text Example
White with #DDC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC7CE; }
p { color: rgb(221,199,206); }
H1.HeaderClassName
{
color: #DDC7CE;
}
.AnyTagClassName
{
color: #DDC7CE;
}
</style>
background-color css
<style>
a { background-color: #DDC7CE; }
a { background-color: rgb(221,199,206); }
div.DivClassName
{
background-color: #DDC7CE;
}
.BgClassName
{
background-color: #DDC7CE;
}
</style>
border-color css
<style>
span { border-color: #DDC7CE; }
span { border-color: rgb(221,199,206); }
td.TdClassName
{
border-color: #DDC7CE;
}
.TagClassName
{
border-color: #DDC7CE;
}
</style>