Shades of Light Grey #DACDCD
Tints of Light Grey #DACDCD
RGB
CMYK
RGB Variations
Color information
#DACDCD (or 0xDACDCD) is known color: Light Grey. HEX triplet: DA, CD and CD. RGB value is (218,205,205). Sum of RGB (Red+Green+Blue) = 218+205+205=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDCD is #253232. Grayscale: #D0D0D0. Windows color (decimal): -2437683 or 13487578. OLE color: 13487578.
HSL color Cylindrical-coordinate representation of color #DACDCD: hue angle of 0º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DACDCD is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 205 | 205 | - |
CMYK | 0 | 0.06 | 0.06 | 0.15 |
HSL | 0º | 0.15% | 0.83% | - |
HSV(B) | 0º | 0.06% | 0.85% | - |
XYZ | 61.76 | 62.98 | 66.66 | - |
YUV | 208.89 | 125.81 | 134.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 205 | 205 | 0 | 0.06 | 0.06 | 0.15 | 0 | 0.15 | 0.83 |
Hex | DA | CD | CD | 0 | 6 | 6 | F | 0 | F | 53 |
Octal | 332 | 315 | 315 | 0 | 6 | 6 | 17 | 0 | 17 | 123 |
Binary | 11011010 | 11001101 | 11001101 | 0 | 110 | 110 | 1111 | 0 | 1111 | 1010011 |
Color Harmonies of #DACDCD
Complementary color
Monochromatic Colors of #DACDCD
Black with #DACDCD
Text Example
Text Example
White with #DACDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACDCD; }
p { color: rgb(218,205,205); }
H1.HeaderClassName
{
color: #DACDCD;
}
.AnyTagClassName
{
color: #DACDCD;
}
</style>
background-color css
<style>
a { background-color: #DACDCD; }
a { background-color: rgb(218,205,205); }
div.DivClassName
{
background-color: #DACDCD;
}
.BgClassName
{
background-color: #DACDCD;
}
</style>
border-color css
<style>
span { border-color: #DACDCD; }
span { border-color: rgb(218,205,205); }
td.TdClassName
{
border-color: #DACDCD;
}
.TagClassName
{
border-color: #DACDCD;
}
</style>