Shades of Prim #D7C9CE
Tints of Prim #D7C9CE
RGB
CMYK
RGB Variations
Color information
#D7C9CE (or 0xD7C9CE) is known color: Prim. HEX triplet: D7, C9 and CE. RGB value is (215,201,206). Sum of RGB (Red+Green+Blue) = 215+201+206=622 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.57% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C9CE is #283631. Grayscale: #CDCDCD. Windows color (decimal): -2635314 or 13552087. OLE color: 13552087.
HSL color Cylindrical-coordinate representation of color #D7C9CE: hue angle of 338.57º degrees, saturation: 0.15, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D7C9CE is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 201 | 206 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.16 |
| HSL | 338.57º | 0.15% | 0.82% | - |
| HSV(B) | 338.57º | 0.07% | 0.84% | - |
| XYZ | 60.05 | 60.68 | 66.94 | - |
| YUV | 205.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 206 | 0 | 0.07 | 0.04 | 0.16 | 338.57 | 0.15 | 0.82 |
| Hex | D7 | C9 | CE | 0 | 7 | 4 | 10 | 153 | F | 52 |
| Octal | 327 | 311 | 316 | 0 | 7 | 4 | 20 | 523 | 17 | 122 |
| Binary | 11010111 | 11001001 | 11001110 | 0 | 111 | 100 | 10000 | 101010011 | 1111 | 1010010 |
Color Harmonies of #D7C9CE
Complementary color
Monochromatic Colors of #D7C9CE
Black with #D7C9CE
Text Example
Text Example
White with #D7C9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C9CE; }
p { color: rgb(215,201,206); }
H1.HeaderClassName
{
color: #D7C9CE;
}
.AnyTagClassName
{
color: #D7C9CE;
}
</style>
background-color css
<style>
a { background-color: #D7C9CE; }
a { background-color: rgb(215,201,206); }
div.DivClassName
{
background-color: #D7C9CE;
}
.BgClassName
{
background-color: #D7C9CE;
}
</style>
border-color css
<style>
span { border-color: #D7C9CE; }
span { border-color: rgb(215,201,206); }
td.TdClassName
{
border-color: #D7C9CE;
}
.TagClassName
{
border-color: #D7C9CE;
}
</style>