Shades of Lavender Blue #CEC1FF
Tints of Lavender Blue #CEC1FF
RGB
CMYK
RGB Variations
Color information
#CEC1FF (or 0xCEC1FF) is known color: Lavender Blue. HEX triplet: CE, C1 and FF. RGB value is (206,193,255). Sum of RGB (Red+Green+Blue) = 206+193+255=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 193 (75.78% from 255 or 29.51% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEC1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC1FF is #313E00. Grayscale: #CBCBCB. Windows color (decimal): -3227137 or 16761294. OLE color: 16761294.
HSL color Cylindrical-coordinate representation of color #CEC1FF: hue angle of 252.58º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEC1FF is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 193 | 255 | - |
| CMYK | 0.19 | 0.24 | 0 | 0 |
| HSL | 252.58º | 1% | 0.88% | - |
| HSV(B) | 252.58º | 0.24% | 1% | - |
| XYZ | 62.57 | 58.48 | 102.6 | - |
| YUV | 203.96 | 156.81 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 255 | 0.19 | 0.24 | 0 | 0 | 252.58 | 1 | 0.88 |
| Hex | CE | C1 | FF | 13 | 18 | 0 | 0 | FD | 64 | 58 |
| Octal | 316 | 301 | 377 | 23 | 30 | 0 | 0 | 375 | 144 | 130 |
| Binary | 11001110 | 11000001 | 11111111 | 10011 | 11000 | 0 | 0 | 11111101 | 1100100 | 1011000 |
Color Harmonies of #CEC1FF
Complementary color
Monochromatic Colors of #CEC1FF
Black with #CEC1FF
Text Example
Text Example
White with #CEC1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1FF; }
p { color: rgb(206,193,255); }
H1.HeaderClassName
{
color: #CEC1FF;
}
.AnyTagClassName
{
color: #CEC1FF;
}
</style>
background-color css
<style>
a { background-color: #CEC1FF; }
a { background-color: rgb(206,193,255); }
div.DivClassName
{
background-color: #CEC1FF;
}
.BgClassName
{
background-color: #CEC1FF;
}
</style>
border-color css
<style>
span { border-color: #CEC1FF; }
span { border-color: rgb(206,193,255); }
td.TdClassName
{
border-color: #CEC1FF;
}
.TagClassName
{
border-color: #CEC1FF;
}
</style>