Shades of Prim #D7C8CD
Tints of Prim #D7C8CD
RGB
CMYK
RGB Variations
Color information
#D7C8CD (or 0xD7C8CD) is known color: Prim. HEX triplet: D7, C8 and CD. RGB value is (215,200,205). Sum of RGB (Red+Green+Blue) = 215+200+205=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C8CD is #283732. Grayscale: #CDCDCD. Windows color (decimal): -2635571 or 13486295. OLE color: 13486295.
HSL color Cylindrical-coordinate representation of color #D7C8CD: hue angle of 340º degrees, saturation: 0.16, 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 #D7C8CD is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 200 | 205 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.16 |
| HSL | 340º | 0.16% | 0.81% | - |
| HSV(B) | 340º | 0.07% | 0.84% | - |
| XYZ | 59.7 | 60.16 | 66.22 | - |
| YUV | 205.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 200 | 205 | 0 | 0.07 | 0.05 | 0.16 | 340 | 0.16 | 0.81 |
| Hex | D7 | C8 | CD | 0 | 7 | 5 | 10 | 154 | 10 | 51 |
| Octal | 327 | 310 | 315 | 0 | 7 | 5 | 20 | 524 | 20 | 121 |
| Binary | 11010111 | 11001000 | 11001101 | 0 | 111 | 101 | 10000 | 101010100 | 10000 | 1010001 |
Color Harmonies of #D7C8CD
Complementary color
Monochromatic Colors of #D7C8CD
Black with #D7C8CD
Text Example
Text Example
White with #D7C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C8CD; }
p { color: rgb(215,200,205); }
H1.HeaderClassName
{
color: #D7C8CD;
}
.AnyTagClassName
{
color: #D7C8CD;
}
</style>
background-color css
<style>
a { background-color: #D7C8CD; }
a { background-color: rgb(215,200,205); }
div.DivClassName
{
background-color: #D7C8CD;
}
.BgClassName
{
background-color: #D7C8CD;
}
</style>
border-color css
<style>
span { border-color: #D7C8CD; }
span { border-color: rgb(215,200,205); }
td.TdClassName
{
border-color: #D7C8CD;
}
.TagClassName
{
border-color: #D7C8CD;
}
</style>