Shades of Lavender Blue #CECCF6
Tints of Lavender Blue #CECCF6
RGB
CMYK
RGB Variations
Color information
#CECCF6 (or 0xCECCF6) is known color: Lavender Blue. HEX triplet: CE, CC and F6. RGB value is (206,204,246). Sum of RGB (Red+Green+Blue) = 206+204+246=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 246 (96.48% from 255 or 37.5% from 656); Max value from RGB is 246 - color contains mainly: blue. Hex color #CECCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECCF6 is #313309. Grayscale: #D1D1D1. Windows color (decimal): -3224330 or 16174286. OLE color: 16174286.
HSL color Cylindrical-coordinate representation of color #CECCF6: hue angle of 242.86º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CECCF6 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 204 | 246 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.04 |
| HSL | 242.86º | 0.7% | 0.88% | - |
| HSV(B) | 242.86º | 0.17% | 0.96% | - |
| XYZ | 63.68 | 62.96 | 95.99 | - |
| YUV | 209.39 | 148.66 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 246 | 0.16 | 0.17 | 0 | 0.04 | 242.86 | 0.7 | 0.88 |
| Hex | CE | CC | F6 | 10 | 11 | 0 | 4 | F3 | 46 | 58 |
| Octal | 316 | 314 | 366 | 20 | 21 | 0 | 4 | 363 | 106 | 130 |
| Binary | 11001110 | 11001100 | 11110110 | 10000 | 10001 | 0 | 100 | 11110011 | 1000110 | 1011000 |
Color Harmonies of #CECCF6
Complementary color
Monochromatic Colors of #CECCF6
Black with #CECCF6
Text Example
Text Example
White with #CECCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCF6; }
p { color: rgb(206,204,246); }
H1.HeaderClassName
{
color: #CECCF6;
}
.AnyTagClassName
{
color: #CECCF6;
}
</style>
background-color css
<style>
a { background-color: #CECCF6; }
a { background-color: rgb(206,204,246); }
div.DivClassName
{
background-color: #CECCF6;
}
.BgClassName
{
background-color: #CECCF6;
}
</style>
border-color css
<style>
span { border-color: #CECCF6; }
span { border-color: rgb(206,204,246); }
td.TdClassName
{
border-color: #CECCF6;
}
.TagClassName
{
border-color: #CECCF6;
}
</style>