Shades of Light Grey #DAD4D4
Tints of Light Grey #DAD4D4
RGB
CMYK
RGB Variations
Color information
#DAD4D4 (or 0xDAD4D4) is known color: Light Grey. HEX triplet: DA, D4 and D4. RGB value is (218,212,212). Sum of RGB (Red+Green+Blue) = 218+212+212=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 212 (83.20% from 255 or 33.02% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD4D4 is #252B2B. Grayscale: #D5D5D5. Windows color (decimal): -2435884 or 13948122. OLE color: 13948122.
HSL color Cylindrical-coordinate representation of color #DAD4D4: hue angle of 0º 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 #DAD4D4 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 212 | 212 | - |
CMYK | 0 | 0.03 | 0.03 | 0.15 |
HSL | 0º | 0.08% | 0.84% | - |
HSV(B) | 0º | 0.03% | 0.85% | - |
XYZ | 64.34 | 66.75 | 71.78 | - |
YUV | 213.79 | 126.99 | 131 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 212 | 212 | 0 | 0.03 | 0.03 | 0.15 | 0 | 0.08 | 0.84 |
Hex | DA | D4 | D4 | 0 | 3 | 3 | F | 0 | 8 | 54 |
Octal | 332 | 324 | 324 | 0 | 3 | 3 | 17 | 0 | 10 | 124 |
Binary | 11011010 | 11010100 | 11010100 | 0 | 11 | 11 | 1111 | 0 | 1000 | 1010100 |
Color Harmonies of #DAD4D4
Complementary color
Monochromatic Colors of #DAD4D4
Black with #DAD4D4
Text Example
Text Example
White with #DAD4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD4D4; }
p { color: rgb(218,212,212); }
H1.HeaderClassName
{
color: #DAD4D4;
}
.AnyTagClassName
{
color: #DAD4D4;
}
</style>
background-color css
<style>
a { background-color: #DAD4D4; }
a { background-color: rgb(218,212,212); }
div.DivClassName
{
background-color: #DAD4D4;
}
.BgClassName
{
background-color: #DAD4D4;
}
</style>
border-color css
<style>
span { border-color: #DAD4D4; }
span { border-color: rgb(218,212,212); }
td.TdClassName
{
border-color: #DAD4D4;
}
.TagClassName
{
border-color: #DAD4D4;
}
</style>