Shades of Lavender Grey #B7AFDD
Tints of Lavender Grey #B7AFDD
RGB
CMYK
RGB Variations
Color information
#B7AFDD (or 0xB7AFDD) is known color: Lavender Grey. HEX triplet: B7, AF and DD. RGB value is (183,175,221). Sum of RGB (Red+Green+Blue) = 183+175+221=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFDD is #485022. Grayscale: #B6B6B6. Windows color (decimal): -4739107 or 14528439. OLE color: 14528439.
HSL color Cylindrical-coordinate representation of color #B7AFDD: hue angle of 250.43º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7AFDD is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 183 | 175 | 221 | - |
CMYK | 0.17 | 0.21 | 0 | 0.13 |
HSL | 250.43º | 0.4% | 0.78% | - |
HSV(B) | 250.43º | 0.21% | 0.87% | - |
XYZ | 47.91 | 45.95 | 74.75 | - |
YUV | 182.64 | 149.65 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 175 | 221 | 0.17 | 0.21 | 0 | 0.13 | 250.43 | 0.4 | 0.78 |
Hex | B7 | AF | DD | 11 | 15 | 0 | D | FA | 28 | 4E |
Octal | 267 | 257 | 335 | 21 | 25 | 0 | 15 | 372 | 50 | 116 |
Binary | 10110111 | 10101111 | 11011101 | 10001 | 10101 | 0 | 1101 | 11111010 | 101000 | 1001110 |
Color Harmonies of #B7AFDD
Complementary color
Monochromatic Colors of #B7AFDD
Black with #B7AFDD
Text Example
Text Example
White with #B7AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AFDD; }
p { color: rgb(183,175,221); }
H1.HeaderClassName
{
color: #B7AFDD;
}
.AnyTagClassName
{
color: #B7AFDD;
}
</style>
background-color css
<style>
a { background-color: #B7AFDD; }
a { background-color: rgb(183,175,221); }
div.DivClassName
{
background-color: #B7AFDD;
}
.BgClassName
{
background-color: #B7AFDD;
}
</style>
border-color css
<style>
span { border-color: #B7AFDD; }
span { border-color: rgb(183,175,221); }
td.TdClassName
{
border-color: #B7AFDD;
}
.TagClassName
{
border-color: #B7AFDD;
}
</style>