Shades of Prim #D5CED1
Tints of Prim #D5CED1
RGB
CMYK
RGB Variations
Color information
#D5CED1 (or 0xD5CED1) is known color: Prim. HEX triplet: D5, CE and D1. RGB value is (213,206,209). Sum of RGB (Red+Green+Blue) = 213+206+209=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CED1 is #2A312E. Grayscale: #D0D0D0. Windows color (decimal): -2765103 or 13749973. OLE color: 13749973.
HSL color Cylindrical-coordinate representation of color #D5CED1: hue angle of 334.29º 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 #D5CED1 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 209 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.16 |
| HSL | 334.29º | 0.08% | 0.82% | - |
| HSV(B) | 334.29º | 0.03% | 0.84% | - |
| XYZ | 61.02 | 62.89 | 69.24 | - |
| YUV | 208.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 209 | 0 | 0.03 | 0.02 | 0.16 | 334.29 | 0.08 | 0.82 |
| Hex | D5 | CE | D1 | 0 | 3 | 2 | 10 | 14E | 8 | 52 |
| Octal | 325 | 316 | 321 | 0 | 3 | 2 | 20 | 516 | 10 | 122 |
| Binary | 11010101 | 11001110 | 11010001 | 0 | 11 | 10 | 10000 | 101001110 | 1000 | 1010010 |
Color Harmonies of #D5CED1
Complementary color
Monochromatic Colors of #D5CED1
Black with #D5CED1
Text Example
Text Example
White with #D5CED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CED1; }
p { color: rgb(213,206,209); }
H1.HeaderClassName
{
color: #D5CED1;
}
.AnyTagClassName
{
color: #D5CED1;
}
</style>
background-color css
<style>
a { background-color: #D5CED1; }
a { background-color: rgb(213,206,209); }
div.DivClassName
{
background-color: #D5CED1;
}
.BgClassName
{
background-color: #D5CED1;
}
</style>
border-color css
<style>
span { border-color: #D5CED1; }
span { border-color: rgb(213,206,209); }
td.TdClassName
{
border-color: #D5CED1;
}
.TagClassName
{
border-color: #D5CED1;
}
</style>