Shades of Lavender Grey #ADAEDA
Tints of Lavender Grey #ADAEDA
RGB
CMYK
RGB Variations
Color information
#ADAEDA (or 0xADAEDA) is known color: Lavender Grey. HEX triplet: AD, AE and DA. RGB value is (173,174,218). Sum of RGB (Red+Green+Blue) = 173+174+218=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADAEDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEDA is #525125. Grayscale: #B2B2B2. Windows color (decimal): -5394726 or 14331565. OLE color: 14331565.
HSL color Cylindrical-coordinate representation of color #ADAEDA: hue angle of 238.67º 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 #ADAEDA is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 173 | 174 | 218 | - |
CMYK | 0.21 | 0.20 | 0 | 0.15 |
HSL | 238.67º | 0.38% | 0.77% | - |
HSV(B) | 238.67º | 0.21% | 0.85% | - |
XYZ | 45.02 | 44.22 | 72.49 | - |
YUV | 178.72 | 150.17 | 123.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 174 | 218 | 0.21 | 0.20 | 0 | 0.15 | 238.67 | 0.38 | 0.77 |
Hex | AD | AE | DA | 15 | 14 | 0 | F | EF | 26 | 4D |
Octal | 255 | 256 | 332 | 25 | 24 | 0 | 17 | 357 | 46 | 115 |
Binary | 10101101 | 10101110 | 11011010 | 10101 | 10100 | 0 | 1111 | 11101111 | 100110 | 1001101 |
Color Harmonies of #ADAEDA
Complementary color
Monochromatic Colors of #ADAEDA
Black with #ADAEDA
Text Example
Text Example
White with #ADAEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAEDA; }
p { color: rgb(173,174,218); }
H1.HeaderClassName
{
color: #ADAEDA;
}
.AnyTagClassName
{
color: #ADAEDA;
}
</style>
background-color css
<style>
a { background-color: #ADAEDA; }
a { background-color: rgb(173,174,218); }
div.DivClassName
{
background-color: #ADAEDA;
}
.BgClassName
{
background-color: #ADAEDA;
}
</style>
border-color css
<style>
span { border-color: #ADAEDA; }
span { border-color: rgb(173,174,218); }
td.TdClassName
{
border-color: #ADAEDA;
}
.TagClassName
{
border-color: #ADAEDA;
}
</style>