Shades of Lavender Blue #CCC6ED
Tints of Lavender Blue #CCC6ED
RGB
CMYK
RGB Variations
Color information
#CCC6ED (or 0xCCC6ED) is known color: Lavender Blue. HEX triplet: CC, C6 and ED. RGB value is (204,198,237). Sum of RGB (Red+Green+Blue) = 204+198+237=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCC6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC6ED is #333912. Grayscale: #CCCCCC. Windows color (decimal): -3356947 or 15582924. OLE color: 15582924.
HSL color Cylindrical-coordinate representation of color #CCC6ED: hue angle of 249.23º degrees, saturation: 0.52, 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 #CCC6ED is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 198 | 237 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.07 |
| HSL | 249.23º | 0.52% | 0.85% | - |
| HSV(B) | 249.23º | 0.16% | 0.93% | - |
| XYZ | 60.38 | 59.34 | 88.39 | - |
| YUV | 204.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 237 | 0.14 | 0.16 | 0 | 0.07 | 249.23 | 0.52 | 0.85 |
| Hex | CC | C6 | ED | E | 10 | 0 | 7 | F9 | 34 | 55 |
| Octal | 314 | 306 | 355 | 16 | 20 | 0 | 7 | 371 | 64 | 125 |
| Binary | 11001100 | 11000110 | 11101101 | 1110 | 10000 | 0 | 111 | 11111001 | 110100 | 1010101 |
Color Harmonies of #CCC6ED
Complementary color
Monochromatic Colors of #CCC6ED
Black with #CCC6ED
Text Example
Text Example
White with #CCC6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6ED; }
p { color: rgb(204,198,237); }
H1.HeaderClassName
{
color: #CCC6ED;
}
.AnyTagClassName
{
color: #CCC6ED;
}
</style>
background-color css
<style>
a { background-color: #CCC6ED; }
a { background-color: rgb(204,198,237); }
div.DivClassName
{
background-color: #CCC6ED;
}
.BgClassName
{
background-color: #CCC6ED;
}
</style>
border-color css
<style>
span { border-color: #CCC6ED; }
span { border-color: rgb(204,198,237); }
td.TdClassName
{
border-color: #CCC6ED;
}
.TagClassName
{
border-color: #CCC6ED;
}
</style>