Shades of Lavender Blue #CCC6EC
Tints of Lavender Blue #CCC6EC
RGB
CMYK
RGB Variations
Color information
#CCC6EC (or 0xCCC6EC) is known color: Lavender Blue. HEX triplet: CC, C6 and EC. RGB value is (204,198,236). Sum of RGB (Red+Green+Blue) = 204+198+236=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 198 (77.73% from 255 or 31.03% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCC6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC6EC is #333913. Grayscale: #CBCBCB. Windows color (decimal): -3356948 or 15517388. OLE color: 15517388.
HSL color Cylindrical-coordinate representation of color #CCC6EC: hue angle of 249.47º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCC6EC is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 198 | 236 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.07 |
| HSL | 249.47º | 0.5% | 0.85% | - |
| HSV(B) | 249.47º | 0.16% | 0.93% | - |
| XYZ | 60.24 | 59.28 | 87.62 | - |
| YUV | 204.13 | 145.99 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 236 | 0.14 | 0.16 | 0 | 0.07 | 249.47 | 0.5 | 0.85 |
| Hex | CC | C6 | EC | E | 10 | 0 | 7 | F9 | 32 | 55 |
| Octal | 314 | 306 | 354 | 16 | 20 | 0 | 7 | 371 | 62 | 125 |
| Binary | 11001100 | 11000110 | 11101100 | 1110 | 10000 | 0 | 111 | 11111001 | 110010 | 1010101 |
Color Harmonies of #CCC6EC
Complementary color
Monochromatic Colors of #CCC6EC
Black with #CCC6EC
Text Example
Text Example
White with #CCC6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6EC; }
p { color: rgb(204,198,236); }
H1.HeaderClassName
{
color: #CCC6EC;
}
.AnyTagClassName
{
color: #CCC6EC;
}
</style>
background-color css
<style>
a { background-color: #CCC6EC; }
a { background-color: rgb(204,198,236); }
div.DivClassName
{
background-color: #CCC6EC;
}
.BgClassName
{
background-color: #CCC6EC;
}
</style>
border-color css
<style>
span { border-color: #CCC6EC; }
span { border-color: rgb(204,198,236); }
td.TdClassName
{
border-color: #CCC6EC;
}
.TagClassName
{
border-color: #CCC6EC;
}
</style>