Shades of Prim #D6C8CC
Tints of Prim #D6C8CC
RGB
CMYK
RGB Variations
Color information
#D6C8CC (or 0xD6C8CC) is known color: Prim. HEX triplet: D6, C8 and CC. RGB value is (214,200,204). Sum of RGB (Red+Green+Blue) = 214+200+204=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C8CC is #293733. Grayscale: #CCCCCC. Windows color (decimal): -2701108 or 13420758. OLE color: 13420758.
HSL color Cylindrical-coordinate representation of color #D6C8CC: hue angle of 342.86º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6C8CC is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 204 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.16 |
| HSL | 342.86º | 0.15% | 0.81% | - |
| HSV(B) | 342.86º | 0.07% | 0.84% | - |
| XYZ | 59.28 | 59.96 | 65.58 | - |
| YUV | 204.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 204 | 0 | 0.07 | 0.05 | 0.16 | 342.86 | 0.15 | 0.81 |
| Hex | D6 | C8 | CC | 0 | 7 | 5 | 10 | 157 | F | 51 |
| Octal | 326 | 310 | 314 | 0 | 7 | 5 | 20 | 527 | 17 | 121 |
| Binary | 11010110 | 11001000 | 11001100 | 0 | 111 | 101 | 10000 | 101010111 | 1111 | 1010001 |
Color Harmonies of #D6C8CC
Complementary color
Monochromatic Colors of #D6C8CC
Black with #D6C8CC
Text Example
Text Example
White with #D6C8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C8CC; }
p { color: rgb(214,200,204); }
H1.HeaderClassName
{
color: #D6C8CC;
}
.AnyTagClassName
{
color: #D6C8CC;
}
</style>
background-color css
<style>
a { background-color: #D6C8CC; }
a { background-color: rgb(214,200,204); }
div.DivClassName
{
background-color: #D6C8CC;
}
.BgClassName
{
background-color: #D6C8CC;
}
</style>
border-color css
<style>
span { border-color: #D6C8CC; }
span { border-color: rgb(214,200,204); }
td.TdClassName
{
border-color: #D6C8CC;
}
.TagClassName
{
border-color: #D6C8CC;
}
</style>