Shades of Prim #DAD5D7
Tints of Prim #DAD5D7
RGB
CMYK
RGB Variations
Color information
#DAD5D7 (or 0xDAD5D7) is known color: Prim. HEX triplet: DA, D5 and D7. RGB value is (218,213,215). Sum of RGB (Red+Green+Blue) = 218+213+215=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 213 (83.59% from 255 or 32.97% from 646); Blue value is 215 (84.38% from 255 or 33.28% from 646); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD5D7 is #252A28. Grayscale: #D6D6D6. Windows color (decimal): -2435625 or 14144986. OLE color: 14144986.
HSL color Cylindrical-coordinate representation of color #DAD5D7: hue angle of 336º degrees, saturation: 0.06, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DAD5D7 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 213 | 215 | - |
CMYK | 0 | 0.02 | 0.01 | 0.15 |
HSL | 336º | 0.06% | 0.85% | - |
HSV(B) | 336º | 0.02% | 0.85% | - |
XYZ | 64.97 | 67.4 | 73.88 | - |
YUV | 214.72 | 128.16 | 130.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 213 | 215 | 0 | 0.02 | 0.01 | 0.15 | 336 | 0.06 | 0.85 |
Hex | DA | D5 | D7 | 0 | 2 | 1 | F | 150 | 6 | 55 |
Octal | 332 | 325 | 327 | 0 | 2 | 1 | 17 | 520 | 6 | 125 |
Binary | 11011010 | 11010101 | 11010111 | 0 | 10 | 1 | 1111 | 101010000 | 110 | 1010101 |
Color Harmonies of #DAD5D7
Complementary color
Monochromatic Colors of #DAD5D7
Black with #DAD5D7
Text Example
Text Example
White with #DAD5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD5D7; }
p { color: rgb(218,213,215); }
H1.HeaderClassName
{
color: #DAD5D7;
}
.AnyTagClassName
{
color: #DAD5D7;
}
</style>
background-color css
<style>
a { background-color: #DAD5D7; }
a { background-color: rgb(218,213,215); }
div.DivClassName
{
background-color: #DAD5D7;
}
.BgClassName
{
background-color: #DAD5D7;
}
</style>
border-color css
<style>
span { border-color: #DAD5D7; }
span { border-color: rgb(218,213,215); }
td.TdClassName
{
border-color: #DAD5D7;
}
.TagClassName
{
border-color: #DAD5D7;
}
</style>