Shades of Prim #D7CED0
Tints of Prim #D7CED0
RGB
CMYK
RGB Variations
Color information
#D7CED0 (or 0xD7CED0) is known color: Prim. HEX triplet: D7, CE and D0. RGB value is (215,206,208). Sum of RGB (Red+Green+Blue) = 215+206+208=629 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.18% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CED0 is #28312F. Grayscale: #D0D0D0. Windows color (decimal): -2634032 or 13684439. OLE color: 13684439.
HSL color Cylindrical-coordinate representation of color #D7CED0: hue angle of 346.67º 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 #D7CED0 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 208 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.16 |
| HSL | 346.67º | 0.1% | 0.83% | - |
| HSV(B) | 346.67º | 0.04% | 0.84% | - |
| XYZ | 61.48 | 63.14 | 68.62 | - |
| YUV | 208.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 208 | 0 | 0.04 | 0.03 | 0.16 | 346.67 | 0.1 | 0.83 |
| Hex | D7 | CE | D0 | 0 | 4 | 3 | 10 | 15B | A | 53 |
| Octal | 327 | 316 | 320 | 0 | 4 | 3 | 20 | 533 | 12 | 123 |
| Binary | 11010111 | 11001110 | 11010000 | 0 | 100 | 11 | 10000 | 101011011 | 1010 | 1010011 |
Color Harmonies of #D7CED0
Complementary color
Monochromatic Colors of #D7CED0
Black with #D7CED0
Text Example
Text Example
White with #D7CED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CED0; }
p { color: rgb(215,206,208); }
H1.HeaderClassName
{
color: #D7CED0;
}
.AnyTagClassName
{
color: #D7CED0;
}
</style>
background-color css
<style>
a { background-color: #D7CED0; }
a { background-color: rgb(215,206,208); }
div.DivClassName
{
background-color: #D7CED0;
}
.BgClassName
{
background-color: #D7CED0;
}
</style>
border-color css
<style>
span { border-color: #D7CED0; }
span { border-color: rgb(215,206,208); }
td.TdClassName
{
border-color: #D7CED0;
}
.TagClassName
{
border-color: #D7CED0;
}
</style>