Shades of Lavender Blue #CEC6FA
Tints of Lavender Blue #CEC6FA
RGB
CMYK
RGB Variations
Color information
#CEC6FA (or 0xCEC6FA) is known color: Lavender Blue. HEX triplet: CE, C6 and FA. RGB value is (206,198,250). Sum of RGB (Red+Green+Blue) = 206+198+250=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEC6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC6FA is #313905. Grayscale: #CECECE. Windows color (decimal): -3225862 or 16434894. OLE color: 16434894.
HSL color Cylindrical-coordinate representation of color #CEC6FA: hue angle of 249.23º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEC6FA is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 198 | 250 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.02 |
| HSL | 249.23º | 0.84% | 0.88% | - |
| HSV(B) | 249.23º | 0.21% | 0.98% | - |
| XYZ | 62.9 | 60.41 | 98.79 | - |
| YUV | 206.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 250 | 0.18 | 0.21 | 0 | 0.02 | 249.23 | 0.84 | 0.88 |
| Hex | CE | C6 | FA | 12 | 15 | 0 | 2 | F9 | 54 | 58 |
| Octal | 316 | 306 | 372 | 22 | 25 | 0 | 2 | 371 | 124 | 130 |
| Binary | 11001110 | 11000110 | 11111010 | 10010 | 10101 | 0 | 10 | 11111001 | 1010100 | 1011000 |
Color Harmonies of #CEC6FA
Complementary color
Monochromatic Colors of #CEC6FA
Black with #CEC6FA
Text Example
Text Example
White with #CEC6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC6FA; }
p { color: rgb(206,198,250); }
H1.HeaderClassName
{
color: #CEC6FA;
}
.AnyTagClassName
{
color: #CEC6FA;
}
</style>
background-color css
<style>
a { background-color: #CEC6FA; }
a { background-color: rgb(206,198,250); }
div.DivClassName
{
background-color: #CEC6FA;
}
.BgClassName
{
background-color: #CEC6FA;
}
</style>
border-color css
<style>
span { border-color: #CEC6FA; }
span { border-color: rgb(206,198,250); }
td.TdClassName
{
border-color: #CEC6FA;
}
.TagClassName
{
border-color: #CEC6FA;
}
</style>