Shades of Lavender Blue #C6CCFC
Tints of Lavender Blue #C6CCFC
RGB
CMYK
RGB Variations
Color information
#C6CCFC (or 0xC6CCFC) is known color: Lavender Blue. HEX triplet: C6, CC and FC. RGB value is (198,204,252). Sum of RGB (Red+Green+Blue) = 198+204+252=654 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.28% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6CCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CCFC is #393303. Grayscale: #CFCFCF. Windows color (decimal): -3748612 or 16567494. OLE color: 16567494.
HSL color Cylindrical-coordinate representation of color #C6CCFC: hue angle of 233.33º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6CCFC is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 204 | 252 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.01 |
| HSL | 233.33º | 0.9% | 0.88% | - |
| HSV(B) | 233.33º | 0.21% | 0.99% | - |
| XYZ | 62.45 | 62.22 | 100.81 | - |
| YUV | 207.68 | 153.01 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 204 | 252 | 0.21 | 0.19 | 0 | 0.01 | 233.33 | 0.9 | 0.88 |
| Hex | C6 | CC | FC | 15 | 13 | 0 | 1 | E9 | 5A | 58 |
| Octal | 306 | 314 | 374 | 25 | 23 | 0 | 1 | 351 | 132 | 130 |
| Binary | 11000110 | 11001100 | 11111100 | 10101 | 10011 | 0 | 1 | 11101001 | 1011010 | 1011000 |
Color Harmonies of #C6CCFC
Complementary color
Monochromatic Colors of #C6CCFC
Black with #C6CCFC
Text Example
Text Example
White with #C6CCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CCFC; }
p { color: rgb(198,204,252); }
H1.HeaderClassName
{
color: #C6CCFC;
}
.AnyTagClassName
{
color: #C6CCFC;
}
</style>
background-color css
<style>
a { background-color: #C6CCFC; }
a { background-color: rgb(198,204,252); }
div.DivClassName
{
background-color: #C6CCFC;
}
.BgClassName
{
background-color: #C6CCFC;
}
</style>
border-color css
<style>
span { border-color: #C6CCFC; }
span { border-color: rgb(198,204,252); }
td.TdClassName
{
border-color: #C6CCFC;
}
.TagClassName
{
border-color: #C6CCFC;
}
</style>