Shades of Prim #DDCCCF
Tints of Prim #DDCCCF
RGB
CMYK
RGB Variations
Color information
#DDCCCF (or 0xDDCCCF) is known color: Prim. HEX triplet: DD, CC and CF. RGB value is (221,204,207). Sum of RGB (Red+Green+Blue) = 221+204+207=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCCF is #223330. Grayscale: #D1D1D1. Windows color (decimal): -2241329 or 13618397. OLE color: 13618397.
HSL color Cylindrical-coordinate representation of color #DDCCCF: hue angle of 349.41º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDCCCF is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 207 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.13 |
| HSL | 349.41º | 0.2% | 0.83% | - |
| HSV(B) | 349.41º | 0.08% | 0.87% | - |
| XYZ | 62.67 | 63.06 | 67.9 | - |
| YUV | 209.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 207 | 0 | 0.08 | 0.06 | 0.13 | 349.41 | 0.2 | 0.83 |
| Hex | DD | CC | CF | 0 | 8 | 6 | D | 15D | 14 | 53 |
| Octal | 335 | 314 | 317 | 0 | 10 | 6 | 15 | 535 | 24 | 123 |
| Binary | 11011101 | 11001100 | 11001111 | 0 | 1000 | 110 | 1101 | 101011101 | 10100 | 1010011 |
Color Harmonies of #DDCCCF
Complementary color
Monochromatic Colors of #DDCCCF
Black with #DDCCCF
Text Example
Text Example
White with #DDCCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCCF; }
p { color: rgb(221,204,207); }
H1.HeaderClassName
{
color: #DDCCCF;
}
.AnyTagClassName
{
color: #DDCCCF;
}
</style>
background-color css
<style>
a { background-color: #DDCCCF; }
a { background-color: rgb(221,204,207); }
div.DivClassName
{
background-color: #DDCCCF;
}
.BgClassName
{
background-color: #DDCCCF;
}
</style>
border-color css
<style>
span { border-color: #DDCCCF; }
span { border-color: rgb(221,204,207); }
td.TdClassName
{
border-color: #DDCCCF;
}
.TagClassName
{
border-color: #DDCCCF;
}
</style>