Shades of Prim #DAD4D5
Tints of Prim #DAD4D5
RGB
CMYK
RGB Variations
Color information
#DAD4D5 (or 0xDAD4D5) is known color: Prim. HEX triplet: DA, D4 and D5. RGB value is (218,212,213). Sum of RGB (Red+Green+Blue) = 218+212+213=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD4D5 is #252B2A. Grayscale: #D5D5D5. Windows color (decimal): -2435883 or 14013658. OLE color: 14013658.
HSL color Cylindrical-coordinate representation of color #DAD4D5: hue angle of 350º 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 #DAD4D5 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 212 | 213 | - |
CMYK | 0 | 0.03 | 0.02 | 0.15 |
HSL | 350º | 0.08% | 0.84% | - |
HSV(B) | 350º | 0.03% | 0.85% | - |
XYZ | 64.47 | 66.8 | 72.45 | - |
YUV | 213.91 | 127.49 | 130.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 212 | 213 | 0 | 0.03 | 0.02 | 0.15 | 350 | 0.08 | 0.84 |
Hex | DA | D4 | D5 | 0 | 3 | 2 | F | 15E | 8 | 54 |
Octal | 332 | 324 | 325 | 0 | 3 | 2 | 17 | 536 | 10 | 124 |
Binary | 11011010 | 11010100 | 11010101 | 0 | 11 | 10 | 1111 | 101011110 | 1000 | 1010100 |
Color Harmonies of #DAD4D5
Complementary color
Monochromatic Colors of #DAD4D5
Black with #DAD4D5
Text Example
Text Example
White with #DAD4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD4D5; }
p { color: rgb(218,212,213); }
H1.HeaderClassName
{
color: #DAD4D5;
}
.AnyTagClassName
{
color: #DAD4D5;
}
</style>
background-color css
<style>
a { background-color: #DAD4D5; }
a { background-color: rgb(218,212,213); }
div.DivClassName
{
background-color: #DAD4D5;
}
.BgClassName
{
background-color: #DAD4D5;
}
</style>
border-color css
<style>
span { border-color: #DAD4D5; }
span { border-color: rgb(218,212,213); }
td.TdClassName
{
border-color: #DAD4D5;
}
.TagClassName
{
border-color: #DAD4D5;
}
</style>