Shades of Prim #D4D1D2
Tints of Prim #D4D1D2
RGB
CMYK
RGB Variations
Color information
#D4D1D2 (or 0xD4D1D2) is known color: Prim. HEX triplet: D4, D1 and D2. RGB value is (212,209,210). Sum of RGB (Red+Green+Blue) = 212+209+210=631 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.60% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D1D2 is #2B2E2D. Grayscale: #D2D2D2. Windows color (decimal): -2829870 or 13816276. OLE color: 13816276.
HSL color Cylindrical-coordinate representation of color #D4D1D2: hue angle of 340º degrees, saturation: 0.03, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D4D1D2 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 209 | 210 | - |
CMYK | 0 | 0.01 | 0.01 | 0.17 |
HSL | 340º | 0.03% | 0.83% | - |
HSV(B) | 340º | 0.01% | 0.83% | - |
XYZ | 61.58 | 64.25 | 70.13 | - |
YUV | 210.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 209 | 210 | 0 | 0.01 | 0.01 | 0.17 | 340 | 0.03 | 0.83 |
Hex | D4 | D1 | D2 | 0 | 1 | 1 | 11 | 154 | 3 | 53 |
Octal | 324 | 321 | 322 | 0 | 1 | 1 | 21 | 524 | 3 | 123 |
Binary | 11010100 | 11010001 | 11010010 | 0 | 1 | 1 | 10001 | 101010100 | 11 | 1010011 |
Color Harmonies of #D4D1D2
Complementary color
Monochromatic Colors of #D4D1D2
Black with #D4D1D2
Text Example
Text Example
White with #D4D1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D1D2; }
p { color: rgb(212,209,210); }
H1.HeaderClassName
{
color: #D4D1D2;
}
.AnyTagClassName
{
color: #D4D1D2;
}
</style>
background-color css
<style>
a { background-color: #D4D1D2; }
a { background-color: rgb(212,209,210); }
div.DivClassName
{
background-color: #D4D1D2;
}
.BgClassName
{
background-color: #D4D1D2;
}
</style>
border-color css
<style>
span { border-color: #D4D1D2; }
span { border-color: rgb(212,209,210); }
td.TdClassName
{
border-color: #D4D1D2;
}
.TagClassName
{
border-color: #D4D1D2;
}
</style>