Shades of Lavender Blue #C6CFFF
Tints of Lavender Blue #C6CFFF
RGB
CMYK
RGB Variations
Color information
#C6CFFF (or 0xC6CFFF) is known color: Lavender Blue. HEX triplet: C6, CF and FF. RGB value is (198,207,255). Sum of RGB (Red+Green+Blue) = 198+207+255=660 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CFFF is #393000. Grayscale: #D1D1D1. Windows color (decimal): -3747841 or 16764870. OLE color: 16764870.
HSL color Cylindrical-coordinate representation of color #C6CFFF: hue angle of 230.53º 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 #C6CFFF is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 207 | 255 | - |
| CMYK | 0.22 | 0.19 | 0 | 0 |
| HSL | 230.53º | 1% | 0.89% | - |
| HSV(B) | 230.53º | 0.22% | 1% | - |
| XYZ | 63.65 | 63.85 | 103.58 | - |
| YUV | 209.78 | 153.52 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 207 | 255 | 0.22 | 0.19 | 0 | 0 | 230.53 | 1 | 0.89 |
| Hex | C6 | CF | FF | 16 | 13 | 0 | 0 | E7 | 64 | 59 |
| Octal | 306 | 317 | 377 | 26 | 23 | 0 | 0 | 347 | 144 | 131 |
| Binary | 11000110 | 11001111 | 11111111 | 10110 | 10011 | 0 | 0 | 11100111 | 1100100 | 1011001 |
Color Harmonies of #C6CFFF
Complementary color
Monochromatic Colors of #C6CFFF
Black with #C6CFFF
Text Example
Text Example
White with #C6CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CFFF; }
p { color: rgb(198,207,255); }
H1.HeaderClassName
{
color: #C6CFFF;
}
.AnyTagClassName
{
color: #C6CFFF;
}
</style>
background-color css
<style>
a { background-color: #C6CFFF; }
a { background-color: rgb(198,207,255); }
div.DivClassName
{
background-color: #C6CFFF;
}
.BgClassName
{
background-color: #C6CFFF;
}
</style>
border-color css
<style>
span { border-color: #C6CFFF; }
span { border-color: rgb(198,207,255); }
td.TdClassName
{
border-color: #C6CFFF;
}
.TagClassName
{
border-color: #C6CFFF;
}
</style>