Shades of Lavender Blue #C6CBFC
Tints of Lavender Blue #C6CBFC
RGB
CMYK
RGB Variations
Color information
#C6CBFC (or 0xC6CBFC) is known color: Lavender Blue. HEX triplet: C6, CB and FC. RGB value is (198,203,252). Sum of RGB (Red+Green+Blue) = 198+203+252=653 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.32% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6CBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CBFC is #393403. Grayscale: #CECECE. Windows color (decimal): -3748868 or 16567238. OLE color: 16567238.
HSL color Cylindrical-coordinate representation of color #C6CBFC: hue angle of 234.44º 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 #C6CBFC is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 203 | 252 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.01 |
| HSL | 234.44º | 0.9% | 0.88% | - |
| HSV(B) | 234.44º | 0.21% | 0.99% | - |
| XYZ | 62.22 | 61.75 | 100.73 | - |
| YUV | 207.09 | 153.34 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 252 | 0.21 | 0.19 | 0 | 0.01 | 234.44 | 0.9 | 0.88 |
| Hex | C6 | CB | FC | 15 | 13 | 0 | 1 | EA | 5A | 58 |
| Octal | 306 | 313 | 374 | 25 | 23 | 0 | 1 | 352 | 132 | 130 |
| Binary | 11000110 | 11001011 | 11111100 | 10101 | 10011 | 0 | 1 | 11101010 | 1011010 | 1011000 |
Color Harmonies of #C6CBFC
Complementary color
Monochromatic Colors of #C6CBFC
Black with #C6CBFC
Text Example
Text Example
White with #C6CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CBFC; }
p { color: rgb(198,203,252); }
H1.HeaderClassName
{
color: #C6CBFC;
}
.AnyTagClassName
{
color: #C6CBFC;
}
</style>
background-color css
<style>
a { background-color: #C6CBFC; }
a { background-color: rgb(198,203,252); }
div.DivClassName
{
background-color: #C6CBFC;
}
.BgClassName
{
background-color: #C6CBFC;
}
</style>
border-color css
<style>
span { border-color: #C6CBFC; }
span { border-color: rgb(198,203,252); }
td.TdClassName
{
border-color: #C6CBFC;
}
.TagClassName
{
border-color: #C6CBFC;
}
</style>