Shades of Prim #DAD8D9
Tints of Prim #DAD8D9
RGB
CMYK
RGB Variations
Color information
#DAD8D9 (or 0xDAD8D9) is known color: Prim. HEX triplet: DA, D8 and D9. RGB value is (218,216,217). Sum of RGB (Red+Green+Blue) = 218+216+217=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 216 (84.77% from 255 or 33.18% from 651); Blue value is 217 (85.16% from 255 or 33.33% from 651); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD8D9 is #252726. Grayscale: #D8D8D8. Windows color (decimal): -2434855 or 14276826. OLE color: 14276826.
HSL color Cylindrical-coordinate representation of color #DAD8D9: hue angle of 330º degrees, saturation: 0.03, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DAD8D9 is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 216 | 217 | - |
CMYK | 0 | 0.01 | 0.00 | 0.15 |
HSL | 330º | 0.03% | 0.85% | - |
HSV(B) | 330º | 0.01% | 0.85% | - |
XYZ | 65.99 | 69.03 | 75.49 | - |
YUV | 216.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 216 | 217 | 0 | 0.01 | 0.00 | 0.15 | 330 | 0.03 | 0.85 |
Hex | DA | D8 | D9 | 0 | 1 | 0 | F | 14A | 3 | 55 |
Octal | 332 | 330 | 331 | 0 | 1 | 0 | 17 | 512 | 3 | 125 |
Binary | 11011010 | 11011000 | 11011001 | 0 | 1 | 0 | 1111 | 101001010 | 11 | 1010101 |
Color Harmonies of #DAD8D9
Complementary color
Monochromatic Colors of #DAD8D9
Black with #DAD8D9
Text Example
Text Example
White with #DAD8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD8D9; }
p { color: rgb(218,216,217); }
H1.HeaderClassName
{
color: #DAD8D9;
}
.AnyTagClassName
{
color: #DAD8D9;
}
</style>
background-color css
<style>
a { background-color: #DAD8D9; }
a { background-color: rgb(218,216,217); }
div.DivClassName
{
background-color: #DAD8D9;
}
.BgClassName
{
background-color: #DAD8D9;
}
</style>
border-color css
<style>
span { border-color: #DAD8D9; }
span { border-color: rgb(218,216,217); }
td.TdClassName
{
border-color: #DAD8D9;
}
.TagClassName
{
border-color: #DAD8D9;
}
</style>