Shades of Lavender Blue #CECBF6
Tints of Lavender Blue #CECBF6
RGB
CMYK
RGB Variations
Color information
#CECBF6 (or 0xCECBF6) is known color: Lavender Blue. HEX triplet: CE, CB and F6. RGB value is (206,203,246). Sum of RGB (Red+Green+Blue) = 206+203+246=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #CECBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBF6 is #313409. Grayscale: #D0D0D0. Windows color (decimal): -3224586 or 16174030. OLE color: 16174030.
HSL color Cylindrical-coordinate representation of color #CECBF6: hue angle of 244.19º 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 #CECBF6 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 203 | 246 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.04 |
| HSL | 244.19º | 0.7% | 0.88% | - |
| HSV(B) | 244.19º | 0.17% | 0.96% | - |
| XYZ | 63.44 | 62.49 | 95.91 | - |
| YUV | 208.8 | 148.99 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 246 | 0.16 | 0.17 | 0 | 0.04 | 244.19 | 0.7 | 0.88 |
| Hex | CE | CB | F6 | 10 | 11 | 0 | 4 | F4 | 46 | 58 |
| Octal | 316 | 313 | 366 | 20 | 21 | 0 | 4 | 364 | 106 | 130 |
| Binary | 11001110 | 11001011 | 11110110 | 10000 | 10001 | 0 | 100 | 11110100 | 1000110 | 1011000 |
Color Harmonies of #CECBF6
Complementary color
Monochromatic Colors of #CECBF6
Black with #CECBF6
Text Example
Text Example
White with #CECBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBF6; }
p { color: rgb(206,203,246); }
H1.HeaderClassName
{
color: #CECBF6;
}
.AnyTagClassName
{
color: #CECBF6;
}
</style>
background-color css
<style>
a { background-color: #CECBF6; }
a { background-color: rgb(206,203,246); }
div.DivClassName
{
background-color: #CECBF6;
}
.BgClassName
{
background-color: #CECBF6;
}
</style>
border-color css
<style>
span { border-color: #CECBF6; }
span { border-color: rgb(206,203,246); }
td.TdClassName
{
border-color: #CECBF6;
}
.TagClassName
{
border-color: #CECBF6;
}
</style>