Shades of Prim #D6CCD0
Tints of Prim #D6CCD0
RGB
CMYK
RGB Variations
Color information
#D6CCD0 (or 0xD6CCD0) is known color: Prim. HEX triplet: D6, CC and D0. RGB value is (214,204,208). Sum of RGB (Red+Green+Blue) = 214+204+208=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCD0 is #29332F. Grayscale: #CFCFCF. Windows color (decimal): -2700080 or 13683926. OLE color: 13683926.
HSL color Cylindrical-coordinate representation of color #D6CCD0: hue angle of 336º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6CCD0 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 208 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.16 |
| HSL | 336º | 0.11% | 0.82% | - |
| HSV(B) | 336º | 0.05% | 0.84% | - |
| XYZ | 60.71 | 62.04 | 68.45 | - |
| YUV | 207.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 208 | 0 | 0.05 | 0.03 | 0.16 | 336 | 0.11 | 0.82 |
| Hex | D6 | CC | D0 | 0 | 5 | 3 | 10 | 150 | B | 52 |
| Octal | 326 | 314 | 320 | 0 | 5 | 3 | 20 | 520 | 13 | 122 |
| Binary | 11010110 | 11001100 | 11010000 | 0 | 101 | 11 | 10000 | 101010000 | 1011 | 1010010 |
Color Harmonies of #D6CCD0
Complementary color
Monochromatic Colors of #D6CCD0
Black with #D6CCD0
Text Example
Text Example
White with #D6CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CCD0; }
p { color: rgb(214,204,208); }
H1.HeaderClassName
{
color: #D6CCD0;
}
.AnyTagClassName
{
color: #D6CCD0;
}
</style>
background-color css
<style>
a { background-color: #D6CCD0; }
a { background-color: rgb(214,204,208); }
div.DivClassName
{
background-color: #D6CCD0;
}
.BgClassName
{
background-color: #D6CCD0;
}
</style>
border-color css
<style>
span { border-color: #D6CCD0; }
span { border-color: rgb(214,204,208); }
td.TdClassName
{
border-color: #D6CCD0;
}
.TagClassName
{
border-color: #D6CCD0;
}
</style>