Shades of Lavender Blue #CCC6FA
Tints of Lavender Blue #CCC6FA
RGB
CMYK
RGB Variations
Color information
#CCC6FA (or 0xCCC6FA) is known color: Lavender Blue. HEX triplet: CC, C6 and FA. RGB value is (204,198,250). Sum of RGB (Red+Green+Blue) = 204+198+250=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 198 (77.73% from 255 or 30.37% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCC6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC6FA is #333905. Grayscale: #CDCDCD. Windows color (decimal): -3356934 or 16434892. OLE color: 16434892.
HSL color Cylindrical-coordinate representation of color #CCC6FA: hue angle of 246.92º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCC6FA is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 198 | 250 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.02 |
| HSL | 246.92º | 0.84% | 0.88% | - |
| HSV(B) | 246.92º | 0.21% | 0.98% | - |
| XYZ | 62.35 | 60.13 | 98.76 | - |
| YUV | 205.72 | 152.99 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 250 | 0.18 | 0.21 | 0 | 0.02 | 246.92 | 0.84 | 0.88 |
| Hex | CC | C6 | FA | 12 | 15 | 0 | 2 | F7 | 54 | 58 |
| Octal | 314 | 306 | 372 | 22 | 25 | 0 | 2 | 367 | 124 | 130 |
| Binary | 11001100 | 11000110 | 11111010 | 10010 | 10101 | 0 | 10 | 11110111 | 1010100 | 1011000 |
Color Harmonies of #CCC6FA
Complementary color
Monochromatic Colors of #CCC6FA
Black with #CCC6FA
Text Example
Text Example
White with #CCC6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6FA; }
p { color: rgb(204,198,250); }
H1.HeaderClassName
{
color: #CCC6FA;
}
.AnyTagClassName
{
color: #CCC6FA;
}
</style>
background-color css
<style>
a { background-color: #CCC6FA; }
a { background-color: rgb(204,198,250); }
div.DivClassName
{
background-color: #CCC6FA;
}
.BgClassName
{
background-color: #CCC6FA;
}
</style>
border-color css
<style>
span { border-color: #CCC6FA; }
span { border-color: rgb(204,198,250); }
td.TdClassName
{
border-color: #CCC6FA;
}
.TagClassName
{
border-color: #CCC6FA;
}
</style>