Shades of Lavender Blue #CCC6FC
Tints of Lavender Blue #CCC6FC
RGB
CMYK
RGB Variations
Color information
#CCC6FC (or 0xCCC6FC) is known color: Lavender Blue. HEX triplet: CC, C6 and FC. RGB value is (204,198,252). Sum of RGB (Red+Green+Blue) = 204+198+252=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 198 (77.73% from 255 or 30.28% 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 #CCC6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC6FC is #333903. Grayscale: #CDCDCD. Windows color (decimal): -3356932 or 16565964. OLE color: 16565964.
HSL color Cylindrical-coordinate representation of color #CCC6FC: hue angle of 246.67º 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 #CCC6FC is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 198 | 252 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.01 |
| HSL | 246.67º | 0.9% | 0.88% | - |
| HSV(B) | 246.67º | 0.21% | 0.99% | - |
| XYZ | 62.67 | 60.25 | 100.42 | - |
| YUV | 205.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 252 | 0.19 | 0.21 | 0 | 0.01 | 246.67 | 0.9 | 0.88 |
| Hex | CC | C6 | FC | 13 | 15 | 0 | 1 | F7 | 5A | 58 |
| Octal | 314 | 306 | 374 | 23 | 25 | 0 | 1 | 367 | 132 | 130 |
| Binary | 11001100 | 11000110 | 11111100 | 10011 | 10101 | 0 | 1 | 11110111 | 1011010 | 1011000 |
Color Harmonies of #CCC6FC
Complementary color
Monochromatic Colors of #CCC6FC
Black with #CCC6FC
Text Example
Text Example
White with #CCC6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6FC; }
p { color: rgb(204,198,252); }
H1.HeaderClassName
{
color: #CCC6FC;
}
.AnyTagClassName
{
color: #CCC6FC;
}
</style>
background-color css
<style>
a { background-color: #CCC6FC; }
a { background-color: rgb(204,198,252); }
div.DivClassName
{
background-color: #CCC6FC;
}
.BgClassName
{
background-color: #CCC6FC;
}
</style>
border-color css
<style>
span { border-color: #CCC6FC; }
span { border-color: rgb(204,198,252); }
td.TdClassName
{
border-color: #CCC6FC;
}
.TagClassName
{
border-color: #CCC6FC;
}
</style>