Shades of Lavender Blue #C7BDFF
Tints of Lavender Blue #C7BDFF
RGB
CMYK
RGB Variations
Color information
#C7BDFF (or 0xC7BDFF) is known color: Lavender Blue. HEX triplet: C7, BD and FF. RGB value is (199,189,255). Sum of RGB (Red+Green+Blue) = 199+189+255=643 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.95% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7BDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BDFF is #384200. Grayscale: #C7C7C7. Windows color (decimal): -3686913 or 16760263. OLE color: 16760263.
HSL color Cylindrical-coordinate representation of color #C7BDFF: hue angle of 249.09º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7BDFF is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 189 | 255 | - |
| CMYK | 0.22 | 0.26 | 0 | 0 |
| HSL | 249.09º | 1% | 0.87% | - |
| HSV(B) | 249.09º | 0.26% | 1% | - |
| XYZ | 59.8 | 55.76 | 102.22 | - |
| YUV | 199.51 | 159.31 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 189 | 255 | 0.22 | 0.26 | 0 | 0 | 249.09 | 1 | 0.87 |
| Hex | C7 | BD | FF | 16 | 1A | 0 | 0 | F9 | 64 | 57 |
| Octal | 307 | 275 | 377 | 26 | 32 | 0 | 0 | 371 | 144 | 127 |
| Binary | 11000111 | 10111101 | 11111111 | 10110 | 11010 | 0 | 0 | 11111001 | 1100100 | 1010111 |
Color Harmonies of #C7BDFF
Complementary color
Monochromatic Colors of #C7BDFF
Black with #C7BDFF
Text Example
Text Example
White with #C7BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BDFF; }
p { color: rgb(199,189,255); }
H1.HeaderClassName
{
color: #C7BDFF;
}
.AnyTagClassName
{
color: #C7BDFF;
}
</style>
background-color css
<style>
a { background-color: #C7BDFF; }
a { background-color: rgb(199,189,255); }
div.DivClassName
{
background-color: #C7BDFF;
}
.BgClassName
{
background-color: #C7BDFF;
}
</style>
border-color css
<style>
span { border-color: #C7BDFF; }
span { border-color: rgb(199,189,255); }
td.TdClassName
{
border-color: #C7BDFF;
}
.TagClassName
{
border-color: #C7BDFF;
}
</style>