Shades of Prim #D7C7CC
Tints of Prim #D7C7CC
RGB
CMYK
RGB Variations
Color information
#D7C7CC (or 0xD7C7CC) is known color: Prim. HEX triplet: D7, C7 and CC. RGB value is (215,199,204). Sum of RGB (Red+Green+Blue) = 215+199+204=618 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.79% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C7CC is #283833. Grayscale: #CCCCCC. Windows color (decimal): -2635828 or 13420503. OLE color: 13420503.
HSL color Cylindrical-coordinate representation of color #D7C7CC: hue angle of 341.25º degrees, saturation: 0.17, 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 #D7C7CC is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 199 | 204 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.16 |
| HSL | 341.25º | 0.17% | 0.81% | - |
| HSV(B) | 341.25º | 0.07% | 0.84% | - |
| XYZ | 59.35 | 59.65 | 65.51 | - |
| YUV | 204.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 199 | 204 | 0 | 0.07 | 0.05 | 0.16 | 341.25 | 0.17 | 0.81 |
| Hex | D7 | C7 | CC | 0 | 7 | 5 | 10 | 155 | 11 | 51 |
| Octal | 327 | 307 | 314 | 0 | 7 | 5 | 20 | 525 | 21 | 121 |
| Binary | 11010111 | 11000111 | 11001100 | 0 | 111 | 101 | 10000 | 101010101 | 10001 | 1010001 |
Color Harmonies of #D7C7CC
Complementary color
Monochromatic Colors of #D7C7CC
Black with #D7C7CC
Text Example
Text Example
White with #D7C7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C7CC; }
p { color: rgb(215,199,204); }
H1.HeaderClassName
{
color: #D7C7CC;
}
.AnyTagClassName
{
color: #D7C7CC;
}
</style>
background-color css
<style>
a { background-color: #D7C7CC; }
a { background-color: rgb(215,199,204); }
div.DivClassName
{
background-color: #D7C7CC;
}
.BgClassName
{
background-color: #D7C7CC;
}
</style>
border-color css
<style>
span { border-color: #D7C7CC; }
span { border-color: rgb(215,199,204); }
td.TdClassName
{
border-color: #D7C7CC;
}
.TagClassName
{
border-color: #D7C7CC;
}
</style>