Shades of Lavender Blue #C6CCFE
Tints of Lavender Blue #C6CCFE
RGB
CMYK
RGB Variations
Color information
#C6CCFE (or 0xC6CCFE) is known color: Lavender Blue. HEX triplet: C6, CC and FE. RGB value is (198,204,254). Sum of RGB (Red+Green+Blue) = 198+204+254=656 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.18% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CCFE is #393301. Grayscale: #CFCFCF. Windows color (decimal): -3748610 or 16698566. OLE color: 16698566.
HSL color Cylindrical-coordinate representation of color #C6CCFE: hue angle of 233.57º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6CCFE is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 204 | 254 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.00 |
| HSL | 233.57º | 0.97% | 0.89% | - |
| HSV(B) | 233.57º | 0.22% | 1% | - |
| XYZ | 62.77 | 62.35 | 102.49 | - |
| YUV | 207.91 | 154.01 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 204 | 254 | 0.22 | 0.20 | 0 | 0.00 | 233.57 | 0.97 | 0.89 |
| Hex | C6 | CC | FE | 16 | 14 | 0 | 0 | EA | 61 | 59 |
| Octal | 306 | 314 | 376 | 26 | 24 | 0 | 0 | 352 | 141 | 131 |
| Binary | 11000110 | 11001100 | 11111110 | 10110 | 10100 | 0 | 0 | 11101010 | 1100001 | 1011001 |
Color Harmonies of #C6CCFE
Complementary color
Monochromatic Colors of #C6CCFE
Black with #C6CCFE
Text Example
Text Example
White with #C6CCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CCFE; }
p { color: rgb(198,204,254); }
H1.HeaderClassName
{
color: #C6CCFE;
}
.AnyTagClassName
{
color: #C6CCFE;
}
</style>
background-color css
<style>
a { background-color: #C6CCFE; }
a { background-color: rgb(198,204,254); }
div.DivClassName
{
background-color: #C6CCFE;
}
.BgClassName
{
background-color: #C6CCFE;
}
</style>
border-color css
<style>
span { border-color: #C6CCFE; }
span { border-color: rgb(198,204,254); }
td.TdClassName
{
border-color: #C6CCFE;
}
.TagClassName
{
border-color: #C6CCFE;
}
</style>