Shades of Prim #D9D2D5
Tints of Prim #D9D2D5
RGB
CMYK
RGB Variations
Color information
#D9D2D5 (or 0xD9D2D5) is known color: Prim. HEX triplet: D9, D2 and D5. RGB value is (217,210,213). Sum of RGB (Red+Green+Blue) = 217+210+213=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 210 (82.42% from 255 or 32.81% from 640); Blue value is 213 (83.59% from 255 or 33.28% from 640); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D2D5 is #262D2A. Grayscale: #D4D4D4. Windows color (decimal): -2501931 or 14013145. OLE color: 14013145.
HSL color Cylindrical-coordinate representation of color #D9D2D5: hue angle of 334.29º degrees, saturation: 0.08, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D9D2D5 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 210 | 213 | - |
CMYK | 0 | 0.03 | 0.02 | 0.15 |
HSL | 334.29º | 0.08% | 0.84% | - |
HSV(B) | 334.29º | 0.03% | 0.85% | - |
XYZ | 63.67 | 65.65 | 72.27 | - |
YUV | 212.44 | 128.32 | 131.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 210 | 213 | 0 | 0.03 | 0.02 | 0.15 | 334.29 | 0.08 | 0.84 |
Hex | D9 | D2 | D5 | 0 | 3 | 2 | F | 14E | 8 | 54 |
Octal | 331 | 322 | 325 | 0 | 3 | 2 | 17 | 516 | 10 | 124 |
Binary | 11011001 | 11010010 | 11010101 | 0 | 11 | 10 | 1111 | 101001110 | 1000 | 1010100 |
Color Harmonies of #D9D2D5
Complementary color
Monochromatic Colors of #D9D2D5
Black with #D9D2D5
Text Example
Text Example
White with #D9D2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D2D5; }
p { color: rgb(217,210,213); }
H1.HeaderClassName
{
color: #D9D2D5;
}
.AnyTagClassName
{
color: #D9D2D5;
}
</style>
background-color css
<style>
a { background-color: #D9D2D5; }
a { background-color: rgb(217,210,213); }
div.DivClassName
{
background-color: #D9D2D5;
}
.BgClassName
{
background-color: #D9D2D5;
}
</style>
border-color css
<style>
span { border-color: #D9D2D5; }
span { border-color: rgb(217,210,213); }
td.TdClassName
{
border-color: #D9D2D5;
}
.TagClassName
{
border-color: #D9D2D5;
}
</style>