Shades of Prim #D6C8CB
Tints of Prim #D6C8CB
RGB
CMYK
RGB Variations
Color information
#D6C8CB (or 0xD6C8CB) is known color: Prim. HEX triplet: D6, C8 and CB. RGB value is (214,200,203). Sum of RGB (Red+Green+Blue) = 214+200+203=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C8CB is #293734. Grayscale: #CCCCCC. Windows color (decimal): -2701109 or 13355222. OLE color: 13355222.
HSL color Cylindrical-coordinate representation of color #D6C8CB: hue angle of 347.14º 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 #D6C8CB is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 203 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.16 |
| HSL | 347.14º | 0.15% | 0.81% | - |
| HSV(B) | 347.14º | 0.07% | 0.84% | - |
| XYZ | 59.17 | 59.92 | 64.95 | - |
| YUV | 204.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 203 | 0 | 0.07 | 0.05 | 0.16 | 347.14 | 0.15 | 0.81 |
| Hex | D6 | C8 | CB | 0 | 7 | 5 | 10 | 15B | F | 51 |
| Octal | 326 | 310 | 313 | 0 | 7 | 5 | 20 | 533 | 17 | 121 |
| Binary | 11010110 | 11001000 | 11001011 | 0 | 111 | 101 | 10000 | 101011011 | 1111 | 1010001 |
Color Harmonies of #D6C8CB
Complementary color
Monochromatic Colors of #D6C8CB
Black with #D6C8CB
Text Example
Text Example
White with #D6C8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C8CB; }
p { color: rgb(214,200,203); }
H1.HeaderClassName
{
color: #D6C8CB;
}
.AnyTagClassName
{
color: #D6C8CB;
}
</style>
background-color css
<style>
a { background-color: #D6C8CB; }
a { background-color: rgb(214,200,203); }
div.DivClassName
{
background-color: #D6C8CB;
}
.BgClassName
{
background-color: #D6C8CB;
}
</style>
border-color css
<style>
span { border-color: #D6C8CB; }
span { border-color: rgb(214,200,203); }
td.TdClassName
{
border-color: #D6C8CB;
}
.TagClassName
{
border-color: #D6C8CB;
}
</style>