Shades of Lavender Grey #ADAFDA
Tints of Lavender Grey #ADAFDA
RGB
CMYK
RGB Variations
Color information
#ADAFDA (or 0xADAFDA) is known color: Lavender Grey. HEX triplet: AD, AF and DA. RGB value is (173,175,218). Sum of RGB (Red+Green+Blue) = 173+175+218=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADAFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFDA is #525025. Grayscale: #B3B3B3. Windows color (decimal): -5394470 or 14331821. OLE color: 14331821.
HSL color Cylindrical-coordinate representation of color #ADAFDA: hue angle of 237.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADAFDA is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 173 | 175 | 218 | - |
CMYK | 0.21 | 0.20 | 0 | 0.15 |
HSL | 237.33º | 0.38% | 0.77% | - |
HSV(B) | 237.33º | 0.21% | 0.85% | - |
XYZ | 45.22 | 44.61 | 72.56 | - |
YUV | 179.3 | 149.84 | 123.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 175 | 218 | 0.21 | 0.20 | 0 | 0.15 | 237.33 | 0.38 | 0.77 |
Hex | AD | AF | DA | 15 | 14 | 0 | F | ED | 26 | 4D |
Octal | 255 | 257 | 332 | 25 | 24 | 0 | 17 | 355 | 46 | 115 |
Binary | 10101101 | 10101111 | 11011010 | 10101 | 10100 | 0 | 1111 | 11101101 | 100110 | 1001101 |
Color Harmonies of #ADAFDA
Complementary color
Monochromatic Colors of #ADAFDA
Black with #ADAFDA
Text Example
Text Example
White with #ADAFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFDA; }
p { color: rgb(173,175,218); }
H1.HeaderClassName
{
color: #ADAFDA;
}
.AnyTagClassName
{
color: #ADAFDA;
}
</style>
background-color css
<style>
a { background-color: #ADAFDA; }
a { background-color: rgb(173,175,218); }
div.DivClassName
{
background-color: #ADAFDA;
}
.BgClassName
{
background-color: #ADAFDA;
}
</style>
border-color css
<style>
span { border-color: #ADAFDA; }
span { border-color: rgb(173,175,218); }
td.TdClassName
{
border-color: #ADAFDA;
}
.TagClassName
{
border-color: #ADAFDA;
}
</style>