Shades of Prim #DAD1D4
Tints of Prim #DAD1D4
RGB
CMYK
RGB Variations
Color information
#DAD1D4 (or 0xDAD1D4) is known color: Prim. HEX triplet: DA, D1 and D4. RGB value is (218,209,212). Sum of RGB (Red+Green+Blue) = 218+209+212=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 209 (82.03% from 255 or 32.71% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD1D4 is #252E2B. Grayscale: #D4D4D4. Windows color (decimal): -2436652 or 13947354. OLE color: 13947354.
HSL color Cylindrical-coordinate representation of color #DAD1D4: hue angle of 340º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DAD1D4 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 209 | 212 | - |
CMYK | 0 | 0.04 | 0.03 | 0.15 |
HSL | 340º | 0.11% | 0.84% | - |
HSV(B) | 340º | 0.04% | 0.85% | - |
XYZ | 63.6 | 65.26 | 71.53 | - |
YUV | 212.03 | 127.98 | 132.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 209 | 212 | 0 | 0.04 | 0.03 | 0.15 | 340 | 0.11 | 0.84 |
Hex | DA | D1 | D4 | 0 | 4 | 3 | F | 154 | B | 54 |
Octal | 332 | 321 | 324 | 0 | 4 | 3 | 17 | 524 | 13 | 124 |
Binary | 11011010 | 11010001 | 11010100 | 0 | 100 | 11 | 1111 | 101010100 | 1011 | 1010100 |
Color Harmonies of #DAD1D4
Complementary color
Monochromatic Colors of #DAD1D4
Black with #DAD1D4
Text Example
Text Example
White with #DAD1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD1D4; }
p { color: rgb(218,209,212); }
H1.HeaderClassName
{
color: #DAD1D4;
}
.AnyTagClassName
{
color: #DAD1D4;
}
</style>
background-color css
<style>
a { background-color: #DAD1D4; }
a { background-color: rgb(218,209,212); }
div.DivClassName
{
background-color: #DAD1D4;
}
.BgClassName
{
background-color: #DAD1D4;
}
</style>
border-color css
<style>
span { border-color: #DAD1D4; }
span { border-color: rgb(218,209,212); }
td.TdClassName
{
border-color: #DAD1D4;
}
.TagClassName
{
border-color: #DAD1D4;
}
</style>