Shades of Prim #DAD4D8
Tints of Prim #DAD4D8
RGB
CMYK
RGB Variations
Color information
#DAD4D8 (or 0xDAD4D8) is known color: Prim. HEX triplet: DA, D4 and D8. RGB value is (218,212,216). Sum of RGB (Red+Green+Blue) = 218+212+216=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 212 (83.20% from 255 or 32.82% from 646); Blue value is 216 (84.77% from 255 or 33.44% from 646); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD4D8 is #252B27. Grayscale: #D6D6D6. Windows color (decimal): -2435880 or 14210266. OLE color: 14210266.
HSL color Cylindrical-coordinate representation of color #DAD4D8: hue angle of 320º 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 #DAD4D8 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 212 | 216 | - |
CMYK | 0 | 0.03 | 0.01 | 0.15 |
HSL | 320º | 0.08% | 0.84% | - |
HSV(B) | 320º | 0.03% | 0.85% | - |
XYZ | 64.85 | 66.95 | 74.47 | - |
YUV | 214.25 | 128.99 | 130.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 212 | 216 | 0 | 0.03 | 0.01 | 0.15 | 320 | 0.08 | 0.84 |
Hex | DA | D4 | D8 | 0 | 3 | 1 | F | 140 | 8 | 54 |
Octal | 332 | 324 | 330 | 0 | 3 | 1 | 17 | 500 | 10 | 124 |
Binary | 11011010 | 11010100 | 11011000 | 0 | 11 | 1 | 1111 | 101000000 | 1000 | 1010100 |
Color Harmonies of #DAD4D8
Complementary color
Monochromatic Colors of #DAD4D8
Black with #DAD4D8
Text Example
Text Example
White with #DAD4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD4D8; }
p { color: rgb(218,212,216); }
H1.HeaderClassName
{
color: #DAD4D8;
}
.AnyTagClassName
{
color: #DAD4D8;
}
</style>
background-color css
<style>
a { background-color: #DAD4D8; }
a { background-color: rgb(218,212,216); }
div.DivClassName
{
background-color: #DAD4D8;
}
.BgClassName
{
background-color: #DAD4D8;
}
</style>
border-color css
<style>
span { border-color: #DAD4D8; }
span { border-color: rgb(218,212,216); }
td.TdClassName
{
border-color: #DAD4D8;
}
.TagClassName
{
border-color: #DAD4D8;
}
</style>