Shades of Prim #D7C8CC
Tints of Prim #D7C8CC
RGB
CMYK
RGB Variations
Color information
#D7C8CC (or 0xD7C8CC) is known color: Prim. HEX triplet: D7, C8 and CC. RGB value is (215,200,204). Sum of RGB (Red+Green+Blue) = 215+200+204=619 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.73% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C8CC is #283733. Grayscale: #CCCCCC. Windows color (decimal): -2635572 or 13420759. OLE color: 13420759.
HSL color Cylindrical-coordinate representation of color #D7C8CC: hue angle of 344º 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 #D7C8CC is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 200 | 204 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.16 |
| HSL | 344º | 0.16% | 0.81% | - |
| HSV(B) | 344º | 0.07% | 0.84% | - |
| XYZ | 59.58 | 60.12 | 65.59 | - |
| YUV | 204.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 200 | 204 | 0 | 0.07 | 0.05 | 0.16 | 344 | 0.16 | 0.81 |
| Hex | D7 | C8 | CC | 0 | 7 | 5 | 10 | 158 | 10 | 51 |
| Octal | 327 | 310 | 314 | 0 | 7 | 5 | 20 | 530 | 20 | 121 |
| Binary | 11010111 | 11001000 | 11001100 | 0 | 111 | 101 | 10000 | 101011000 | 10000 | 1010001 |
Color Harmonies of #D7C8CC
Complementary color
Monochromatic Colors of #D7C8CC
Black with #D7C8CC
Text Example
Text Example
White with #D7C8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C8CC; }
p { color: rgb(215,200,204); }
H1.HeaderClassName
{
color: #D7C8CC;
}
.AnyTagClassName
{
color: #D7C8CC;
}
</style>
background-color css
<style>
a { background-color: #D7C8CC; }
a { background-color: rgb(215,200,204); }
div.DivClassName
{
background-color: #D7C8CC;
}
.BgClassName
{
background-color: #D7C8CC;
}
</style>
border-color css
<style>
span { border-color: #D7C8CC; }
span { border-color: rgb(215,200,204); }
td.TdClassName
{
border-color: #D7C8CC;
}
.TagClassName
{
border-color: #D7C8CC;
}
</style>