Shades of Prim #D5CED0
Tints of Prim #D5CED0
RGB
CMYK
RGB Variations
Color information
#D5CED0 (or 0xD5CED0) is known color: Prim. HEX triplet: D5, CE and D0. RGB value is (213,206,208). Sum of RGB (Red+Green+Blue) = 213+206+208=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CED0 is #2A312F. Grayscale: #D0D0D0. Windows color (decimal): -2765104 or 13684437. OLE color: 13684437.
HSL color Cylindrical-coordinate representation of color #D5CED0: hue angle of 342.86º degrees, saturation: 0.08, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D5CED0 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 208 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.16 |
| HSL | 342.86º | 0.08% | 0.82% | - |
| HSV(B) | 342.86º | 0.03% | 0.84% | - |
| XYZ | 60.9 | 62.84 | 68.59 | - |
| YUV | 208.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 208 | 0 | 0.03 | 0.02 | 0.16 | 342.86 | 0.08 | 0.82 |
| Hex | D5 | CE | D0 | 0 | 3 | 2 | 10 | 157 | 8 | 52 |
| Octal | 325 | 316 | 320 | 0 | 3 | 2 | 20 | 527 | 10 | 122 |
| Binary | 11010101 | 11001110 | 11010000 | 0 | 11 | 10 | 10000 | 101010111 | 1000 | 1010010 |
Color Harmonies of #D5CED0
Complementary color
Monochromatic Colors of #D5CED0
Black with #D5CED0
Text Example
Text Example
White with #D5CED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CED0; }
p { color: rgb(213,206,208); }
H1.HeaderClassName
{
color: #D5CED0;
}
.AnyTagClassName
{
color: #D5CED0;
}
</style>
background-color css
<style>
a { background-color: #D5CED0; }
a { background-color: rgb(213,206,208); }
div.DivClassName
{
background-color: #D5CED0;
}
.BgClassName
{
background-color: #D5CED0;
}
</style>
border-color css
<style>
span { border-color: #D5CED0; }
span { border-color: rgb(213,206,208); }
td.TdClassName
{
border-color: #D5CED0;
}
.TagClassName
{
border-color: #D5CED0;
}
</style>