Shades of Lavender Blue #CEC1FE
Tints of Lavender Blue #CEC1FE
RGB
CMYK
RGB Variations
Color information
#CEC1FE (or 0xCEC1FE) is known color: Lavender Blue. HEX triplet: CE, C1 and FE. RGB value is (206,193,254). Sum of RGB (Red+Green+Blue) = 206+193+254=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 193 (75.78% from 255 or 29.56% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEC1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC1FE is #313E01. Grayscale: #CBCBCB. Windows color (decimal): -3227138 or 16695758. OLE color: 16695758.
HSL color Cylindrical-coordinate representation of color #CEC1FE: hue angle of 252.79º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEC1FE is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 193 | 254 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.00 |
| HSL | 252.79º | 0.97% | 0.88% | - |
| HSV(B) | 252.79º | 0.24% | 1% | - |
| XYZ | 62.41 | 58.42 | 101.75 | - |
| YUV | 203.84 | 156.31 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 254 | 0.19 | 0.24 | 0 | 0.00 | 252.79 | 0.97 | 0.88 |
| Hex | CE | C1 | FE | 13 | 18 | 0 | 0 | FD | 61 | 58 |
| Octal | 316 | 301 | 376 | 23 | 30 | 0 | 0 | 375 | 141 | 130 |
| Binary | 11001110 | 11000001 | 11111110 | 10011 | 11000 | 0 | 0 | 11111101 | 1100001 | 1011000 |
Color Harmonies of #CEC1FE
Complementary color
Monochromatic Colors of #CEC1FE
Black with #CEC1FE
Text Example
Text Example
White with #CEC1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1FE; }
p { color: rgb(206,193,254); }
H1.HeaderClassName
{
color: #CEC1FE;
}
.AnyTagClassName
{
color: #CEC1FE;
}
</style>
background-color css
<style>
a { background-color: #CEC1FE; }
a { background-color: rgb(206,193,254); }
div.DivClassName
{
background-color: #CEC1FE;
}
.BgClassName
{
background-color: #CEC1FE;
}
</style>
border-color css
<style>
span { border-color: #CEC1FE; }
span { border-color: rgb(206,193,254); }
td.TdClassName
{
border-color: #CEC1FE;
}
.TagClassName
{
border-color: #CEC1FE;
}
</style>