Shades of Lavender Blue #C6CFFA
Tints of Lavender Blue #C6CFFA
RGB
CMYK
RGB Variations
Color information
#C6CFFA (or 0xC6CFFA) is known color: Lavender Blue. HEX triplet: C6, CF and FA. RGB value is (198,207,250). Sum of RGB (Red+Green+Blue) = 198+207+250=655 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.23% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6CFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CFFA is #393005. Grayscale: #D1D1D1. Windows color (decimal): -3747846 or 16437190. OLE color: 16437190.
HSL color Cylindrical-coordinate representation of color #C6CFFA: hue angle of 229.62º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6CFFA is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 207 | 250 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.02 |
| HSL | 229.62º | 0.84% | 0.88% | - |
| HSV(B) | 229.62º | 0.21% | 0.98% | - |
| XYZ | 62.86 | 63.53 | 99.39 | - |
| YUV | 209.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 207 | 250 | 0.21 | 0.17 | 0 | 0.02 | 229.62 | 0.84 | 0.88 |
| Hex | C6 | CF | FA | 15 | 11 | 0 | 2 | E6 | 54 | 58 |
| Octal | 306 | 317 | 372 | 25 | 21 | 0 | 2 | 346 | 124 | 130 |
| Binary | 11000110 | 11001111 | 11111010 | 10101 | 10001 | 0 | 10 | 11100110 | 1010100 | 1011000 |
Color Harmonies of #C6CFFA
Complementary color
Monochromatic Colors of #C6CFFA
Black with #C6CFFA
Text Example
Text Example
White with #C6CFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CFFA; }
p { color: rgb(198,207,250); }
H1.HeaderClassName
{
color: #C6CFFA;
}
.AnyTagClassName
{
color: #C6CFFA;
}
</style>
background-color css
<style>
a { background-color: #C6CFFA; }
a { background-color: rgb(198,207,250); }
div.DivClassName
{
background-color: #C6CFFA;
}
.BgClassName
{
background-color: #C6CFFA;
}
</style>
border-color css
<style>
span { border-color: #C6CFFA; }
span { border-color: rgb(198,207,250); }
td.TdClassName
{
border-color: #C6CFFA;
}
.TagClassName
{
border-color: #C6CFFA;
}
</style>