Shades of Prim #DDC6CF
Tints of Prim #DDC6CF
RGB
CMYK
RGB Variations
Color information
#DDC6CF (or 0xDDC6CF) is known color: Prim. HEX triplet: DD, C6 and CF. RGB value is (221,198,207). Sum of RGB (Red+Green+Blue) = 221+198+207=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6CF is #223930. Grayscale: #CDCDCD. Windows color (decimal): -2242865 or 13616861. OLE color: 13616861.
HSL color Cylindrical-coordinate representation of color #DDC6CF: hue angle of 336.52º degrees, saturation: 0.25, 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 #DDC6CF is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 207 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.13 |
| HSL | 336.52º | 0.25% | 0.82% | - |
| HSV(B) | 336.52º | 0.1% | 0.87% | - |
| XYZ | 61.28 | 60.27 | 67.43 | - |
| YUV | 205.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 207 | 0 | 0.10 | 0.06 | 0.13 | 336.52 | 0.25 | 0.82 |
| Hex | DD | C6 | CF | 0 | A | 6 | D | 151 | 19 | 52 |
| Octal | 335 | 306 | 317 | 0 | 12 | 6 | 15 | 521 | 31 | 122 |
| Binary | 11011101 | 11000110 | 11001111 | 0 | 1010 | 110 | 1101 | 101010001 | 11001 | 1010010 |
Color Harmonies of #DDC6CF
Complementary color
Monochromatic Colors of #DDC6CF
Black with #DDC6CF
Text Example
Text Example
White with #DDC6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6CF; }
p { color: rgb(221,198,207); }
H1.HeaderClassName
{
color: #DDC6CF;
}
.AnyTagClassName
{
color: #DDC6CF;
}
</style>
background-color css
<style>
a { background-color: #DDC6CF; }
a { background-color: rgb(221,198,207); }
div.DivClassName
{
background-color: #DDC6CF;
}
.BgClassName
{
background-color: #DDC6CF;
}
</style>
border-color css
<style>
span { border-color: #DDC6CF; }
span { border-color: rgb(221,198,207); }
td.TdClassName
{
border-color: #DDC6CF;
}
.TagClassName
{
border-color: #DDC6CF;
}
</style>