Shades of Lavender Grey #ADADDC
Tints of Lavender Grey #ADADDC
RGB
CMYK
RGB Variations
Color information
#ADADDC (or 0xADADDC) is known color: Lavender Grey. HEX triplet: AD, AD and DC. RGB value is (173,173,220). Sum of RGB (Red+Green+Blue) = 173+173+220=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADDC is #525223. Grayscale: #B2B2B2. Windows color (decimal): -5394980 or 14462381. OLE color: 14462381.
HSL color Cylindrical-coordinate representation of color #ADADDC: hue angle of 240º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADADDC is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 173 | 220 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.14 |
| HSL | 240º | 0.4% | 0.77% | - |
| HSV(B) | 240º | 0.21% | 0.86% | - |
| XYZ | 45.1 | 43.94 | 73.81 | - |
| YUV | 178.36 | 151.5 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 220 | 0.21 | 0.21 | 0 | 0.14 | 240 | 0.4 | 0.77 |
| Hex | AD | AD | DC | 15 | 15 | 0 | E | F0 | 28 | 4D |
| Octal | 255 | 255 | 334 | 25 | 25 | 0 | 16 | 360 | 50 | 115 |
| Binary | 10101101 | 10101101 | 11011100 | 10101 | 10101 | 0 | 1110 | 11110000 | 101000 | 1001101 |
Color Harmonies of #ADADDC
Complementary color
Monochromatic Colors of #ADADDC
Black with #ADADDC
Text Example
Text Example
White with #ADADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADDC; }
p { color: rgb(173,173,220); }
H1.HeaderClassName
{
color: #ADADDC;
}
.AnyTagClassName
{
color: #ADADDC;
}
</style>
background-color css
<style>
a { background-color: #ADADDC; }
a { background-color: rgb(173,173,220); }
div.DivClassName
{
background-color: #ADADDC;
}
.BgClassName
{
background-color: #ADADDC;
}
</style>
border-color css
<style>
span { border-color: #ADADDC; }
span { border-color: rgb(173,173,220); }
td.TdClassName
{
border-color: #ADADDC;
}
.TagClassName
{
border-color: #ADADDC;
}
</style>