Shades of Prim #D6C9CC
Tints of Prim #D6C9CC
RGB
CMYK
RGB Variations
Color information
#D6C9CC (or 0xD6C9CC) is known color: Prim. HEX triplet: D6, C9 and CC. RGB value is (214,201,204). Sum of RGB (Red+Green+Blue) = 214+201+204=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 201 (78.91% from 255 or 32.47% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C9CC is #293633. Grayscale: #CDCDCD. Windows color (decimal): -2700852 or 13421014. OLE color: 13421014.
HSL color Cylindrical-coordinate representation of color #D6C9CC: hue angle of 346.15º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6C9CC is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 204 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.16 |
| HSL | 346.15º | 0.14% | 0.81% | - |
| HSV(B) | 346.15º | 0.06% | 0.84% | - |
| XYZ | 59.52 | 60.43 | 65.65 | - |
| YUV | 205.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 204 | 0 | 0.06 | 0.05 | 0.16 | 346.15 | 0.14 | 0.81 |
| Hex | D6 | C9 | CC | 0 | 6 | 5 | 10 | 15A | E | 51 |
| Octal | 326 | 311 | 314 | 0 | 6 | 5 | 20 | 532 | 16 | 121 |
| Binary | 11010110 | 11001001 | 11001100 | 0 | 110 | 101 | 10000 | 101011010 | 1110 | 1010001 |
Color Harmonies of #D6C9CC
Complementary color
Monochromatic Colors of #D6C9CC
Black with #D6C9CC
Text Example
Text Example
White with #D6C9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C9CC; }
p { color: rgb(214,201,204); }
H1.HeaderClassName
{
color: #D6C9CC;
}
.AnyTagClassName
{
color: #D6C9CC;
}
</style>
background-color css
<style>
a { background-color: #D6C9CC; }
a { background-color: rgb(214,201,204); }
div.DivClassName
{
background-color: #D6C9CC;
}
.BgClassName
{
background-color: #D6C9CC;
}
</style>
border-color css
<style>
span { border-color: #D6C9CC; }
span { border-color: rgb(214,201,204); }
td.TdClassName
{
border-color: #D6C9CC;
}
.TagClassName
{
border-color: #D6C9CC;
}
</style>