Shades of Lavender Blue #CCCEF6
Tints of Lavender Blue #CCCEF6
RGB
CMYK
RGB Variations
Color information
#CCCEF6 (or 0xCCCEF6) is known color: Lavender Blue. HEX triplet: CC, CE and F6. RGB value is (204,206,246). Sum of RGB (Red+Green+Blue) = 204+206+246=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 206 (80.86% from 255 or 31.40% 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 #CCCEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEF6 is #333109. Grayscale: #D1D1D1. Windows color (decimal): -3354890 or 16174796. OLE color: 16174796.
HSL color Cylindrical-coordinate representation of color #CCCEF6: hue angle of 237.14º 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 #CCCEF6 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 206 | 246 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.04 |
| HSL | 237.14º | 0.7% | 0.88% | - |
| HSV(B) | 237.14º | 0.17% | 0.96% | - |
| XYZ | 63.61 | 63.63 | 96.12 | - |
| YUV | 209.96 | 148.34 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 246 | 0.17 | 0.16 | 0 | 0.04 | 237.14 | 0.7 | 0.88 |
| Hex | CC | CE | F6 | 11 | 10 | 0 | 4 | ED | 46 | 58 |
| Octal | 314 | 316 | 366 | 21 | 20 | 0 | 4 | 355 | 106 | 130 |
| Binary | 11001100 | 11001110 | 11110110 | 10001 | 10000 | 0 | 100 | 11101101 | 1000110 | 1011000 |
Color Harmonies of #CCCEF6
Complementary color
Monochromatic Colors of #CCCEF6
Black with #CCCEF6
Text Example
Text Example
White with #CCCEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEF6; }
p { color: rgb(204,206,246); }
H1.HeaderClassName
{
color: #CCCEF6;
}
.AnyTagClassName
{
color: #CCCEF6;
}
</style>
background-color css
<style>
a { background-color: #CCCEF6; }
a { background-color: rgb(204,206,246); }
div.DivClassName
{
background-color: #CCCEF6;
}
.BgClassName
{
background-color: #CCCEF6;
}
</style>
border-color css
<style>
span { border-color: #CCCEF6; }
span { border-color: rgb(204,206,246); }
td.TdClassName
{
border-color: #CCCEF6;
}
.TagClassName
{
border-color: #CCCEF6;
}
</style>