Shades of Lavender Grey #D0D0D5
Tints of Lavender Grey #D0D0D5
RGB
CMYK
RGB Variations
Color information
#D0D0D5 (or 0xD0D0D5) is known color: Lavender Grey. HEX triplet: D0, D0 and D5. RGB value is (208,208,213). Sum of RGB (Red+Green+Blue) = 208+208+213=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 213 - color contains mainly: blue. Hex color #D0D0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D0D5 is #2F2F2A. Grayscale: #D0D0D0. Windows color (decimal): -3092267 or 14012624. OLE color: 14012624.
HSL color Cylindrical-coordinate representation of color #D0D0D5: hue angle of 240º degrees, saturation: 0.06, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D0D0D5 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 208 | 208 | 213 | - |
CMYK | 0.02 | 0.02 | 0 | 0.16 |
HSL | 240º | 0.06% | 0.83% | - |
HSV(B) | 240º | 0.02% | 0.84% | - |
XYZ | 60.58 | 63.33 | 71.98 | - |
YUV | 208.57 | 130.5 | 127.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 208 | 213 | 0.02 | 0.02 | 0 | 0.16 | 240 | 0.06 | 0.83 |
Hex | D0 | D0 | D5 | 2 | 2 | 0 | 10 | F0 | 6 | 53 |
Octal | 320 | 320 | 325 | 2 | 2 | 0 | 20 | 360 | 6 | 123 |
Binary | 11010000 | 11010000 | 11010101 | 10 | 10 | 0 | 10000 | 11110000 | 110 | 1010011 |
Color Harmonies of #D0D0D5
Complementary color
Monochromatic Colors of #D0D0D5
Black with #D0D0D5
Text Example
Text Example
White with #D0D0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D0D5; }
p { color: rgb(208,208,213); }
H1.HeaderClassName
{
color: #D0D0D5;
}
.AnyTagClassName
{
color: #D0D0D5;
}
</style>
background-color css
<style>
a { background-color: #D0D0D5; }
a { background-color: rgb(208,208,213); }
div.DivClassName
{
background-color: #D0D0D5;
}
.BgClassName
{
background-color: #D0D0D5;
}
</style>
border-color css
<style>
span { border-color: #D0D0D5; }
span { border-color: rgb(208,208,213); }
td.TdClassName
{
border-color: #D0D0D5;
}
.TagClassName
{
border-color: #D0D0D5;
}
</style>