Shades of Lavender Blue #C6CCFD
Tints of Lavender Blue #C6CCFD
RGB
CMYK
RGB Variations
Color information
#C6CCFD (or 0xC6CCFD) is known color: Lavender Blue. HEX triplet: C6, CC and FD. RGB value is (198,204,253). Sum of RGB (Red+Green+Blue) = 198+204+253=655 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.23% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #C6CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CCFD is #393302. Grayscale: #CFCFCF. Windows color (decimal): -3748611 or 16633030. OLE color: 16633030.
HSL color Cylindrical-coordinate representation of color #C6CCFD: hue angle of 233.45º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6CCFD is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 204 | 253 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.01 |
| HSL | 233.45º | 0.93% | 0.88% | - |
| HSV(B) | 233.45º | 0.22% | 0.99% | - |
| XYZ | 62.61 | 62.28 | 101.65 | - |
| YUV | 207.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 204 | 253 | 0.22 | 0.19 | 0 | 0.01 | 233.45 | 0.93 | 0.88 |
| Hex | C6 | CC | FD | 16 | 13 | 0 | 1 | E9 | 5D | 58 |
| Octal | 306 | 314 | 375 | 26 | 23 | 0 | 1 | 351 | 135 | 130 |
| Binary | 11000110 | 11001100 | 11111101 | 10110 | 10011 | 0 | 1 | 11101001 | 1011101 | 1011000 |
Color Harmonies of #C6CCFD
Complementary color
Monochromatic Colors of #C6CCFD
Black with #C6CCFD
Text Example
Text Example
White with #C6CCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CCFD; }
p { color: rgb(198,204,253); }
H1.HeaderClassName
{
color: #C6CCFD;
}
.AnyTagClassName
{
color: #C6CCFD;
}
</style>
background-color css
<style>
a { background-color: #C6CCFD; }
a { background-color: rgb(198,204,253); }
div.DivClassName
{
background-color: #C6CCFD;
}
.BgClassName
{
background-color: #C6CCFD;
}
</style>
border-color css
<style>
span { border-color: #C6CCFD; }
span { border-color: rgb(198,204,253); }
td.TdClassName
{
border-color: #C6CCFD;
}
.TagClassName
{
border-color: #C6CCFD;
}
</style>