Shades of Lavender Blue #C7C7FF
Tints of Lavender Blue #C7C7FF
RGB
CMYK
RGB Variations
Color information
#C7C7FF (or 0xC7C7FF) is known color: Lavender Blue. HEX triplet: C7, C7 and FF. RGB value is (199,199,255). Sum of RGB (Red+Green+Blue) = 199+199+255=653 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.47% from 653); Green value is 199 (78.12% from 255 or 30.47% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7C7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C7FF is #383800. Grayscale: #CDCDCD. Windows color (decimal): -3684353 or 16762823. OLE color: 16762823.
HSL color Cylindrical-coordinate representation of color #C7C7FF: hue angle of 240º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7C7FF is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 199 | 255 | - |
| CMYK | 0.22 | 0.22 | 0 | 0 |
| HSL | 240º | 1% | 0.89% | - |
| HSV(B) | 240º | 0.22% | 1% | - |
| XYZ | 62.03 | 60.21 | 102.96 | - |
| YUV | 205.38 | 156 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 199 | 255 | 0.22 | 0.22 | 0 | 0 | 240 | 1 | 0.89 |
| Hex | C7 | C7 | FF | 16 | 16 | 0 | 0 | F0 | 64 | 59 |
| Octal | 307 | 307 | 377 | 26 | 26 | 0 | 0 | 360 | 144 | 131 |
| Binary | 11000111 | 11000111 | 11111111 | 10110 | 10110 | 0 | 0 | 11110000 | 1100100 | 1011001 |
Color Harmonies of #C7C7FF
Complementary color
Monochromatic Colors of #C7C7FF
Black with #C7C7FF
Text Example
Text Example
White with #C7C7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C7FF; }
p { color: rgb(199,199,255); }
H1.HeaderClassName
{
color: #C7C7FF;
}
.AnyTagClassName
{
color: #C7C7FF;
}
</style>
background-color css
<style>
a { background-color: #C7C7FF; }
a { background-color: rgb(199,199,255); }
div.DivClassName
{
background-color: #C7C7FF;
}
.BgClassName
{
background-color: #C7C7FF;
}
</style>
border-color css
<style>
span { border-color: #C7C7FF; }
span { border-color: rgb(199,199,255); }
td.TdClassName
{
border-color: #C7C7FF;
}
.TagClassName
{
border-color: #C7C7FF;
}
</style>