Shades of Prim #D7CED1
Tints of Prim #D7CED1
RGB
CMYK
RGB Variations
Color information
#D7CED1 (or 0xD7CED1) is known color: Prim. HEX triplet: D7, CE and D1. RGB value is (215,206,209). Sum of RGB (Red+Green+Blue) = 215+206+209=630 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.13% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 209 (82.03% from 255 or 33.17% from 630); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CED1 is #28312E. Grayscale: #D1D1D1. Windows color (decimal): -2634031 or 13749975. OLE color: 13749975.
HSL color Cylindrical-coordinate representation of color #D7CED1: hue angle of 340º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7CED1 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 209 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.16 |
| HSL | 340º | 0.1% | 0.83% | - |
| HSV(B) | 340º | 0.04% | 0.84% | - |
| XYZ | 61.6 | 63.19 | 69.27 | - |
| YUV | 209.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 209 | 0 | 0.04 | 0.03 | 0.16 | 340 | 0.1 | 0.83 |
| Hex | D7 | CE | D1 | 0 | 4 | 3 | 10 | 154 | A | 53 |
| Octal | 327 | 316 | 321 | 0 | 4 | 3 | 20 | 524 | 12 | 123 |
| Binary | 11010111 | 11001110 | 11010001 | 0 | 100 | 11 | 10000 | 101010100 | 1010 | 1010011 |
Color Harmonies of #D7CED1
Complementary color
Monochromatic Colors of #D7CED1
Black with #D7CED1
Text Example
Text Example
White with #D7CED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CED1; }
p { color: rgb(215,206,209); }
H1.HeaderClassName
{
color: #D7CED1;
}
.AnyTagClassName
{
color: #D7CED1;
}
</style>
background-color css
<style>
a { background-color: #D7CED1; }
a { background-color: rgb(215,206,209); }
div.DivClassName
{
background-color: #D7CED1;
}
.BgClassName
{
background-color: #D7CED1;
}
</style>
border-color css
<style>
span { border-color: #D7CED1; }
span { border-color: rgb(215,206,209); }
td.TdClassName
{
border-color: #D7CED1;
}
.TagClassName
{
border-color: #D7CED1;
}
</style>