Shades of Lavender Blue #CEC1FA
Tints of Lavender Blue #CEC1FA
RGB
CMYK
RGB Variations
Color information
#CEC1FA (or 0xCEC1FA) is known color: Lavender Blue. HEX triplet: CE, C1 and FA. RGB value is (206,193,250). Sum of RGB (Red+Green+Blue) = 206+193+250=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 193 (75.78% from 255 or 29.74% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEC1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC1FA is #313E05. Grayscale: #CBCBCB. Windows color (decimal): -3227142 or 16433614. OLE color: 16433614.
HSL color Cylindrical-coordinate representation of color #CEC1FA: hue angle of 253.68º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEC1FA is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 193 | 250 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.02 |
| HSL | 253.68º | 0.85% | 0.87% | - |
| HSV(B) | 253.68º | 0.23% | 0.98% | - |
| XYZ | 61.78 | 58.16 | 98.41 | - |
| YUV | 203.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 250 | 0.18 | 0.23 | 0 | 0.02 | 253.68 | 0.85 | 0.87 |
| Hex | CE | C1 | FA | 12 | 17 | 0 | 2 | FE | 55 | 57 |
| Octal | 316 | 301 | 372 | 22 | 27 | 0 | 2 | 376 | 125 | 127 |
| Binary | 11001110 | 11000001 | 11111010 | 10010 | 10111 | 0 | 10 | 11111110 | 1010101 | 1010111 |
Color Harmonies of #CEC1FA
Complementary color
Monochromatic Colors of #CEC1FA
Black with #CEC1FA
Text Example
Text Example
White with #CEC1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1FA; }
p { color: rgb(206,193,250); }
H1.HeaderClassName
{
color: #CEC1FA;
}
.AnyTagClassName
{
color: #CEC1FA;
}
</style>
background-color css
<style>
a { background-color: #CEC1FA; }
a { background-color: rgb(206,193,250); }
div.DivClassName
{
background-color: #CEC1FA;
}
.BgClassName
{
background-color: #CEC1FA;
}
</style>
border-color css
<style>
span { border-color: #CEC1FA; }
span { border-color: rgb(206,193,250); }
td.TdClassName
{
border-color: #CEC1FA;
}
.TagClassName
{
border-color: #CEC1FA;
}
</style>