Shades of Lavender Blue #CEC0FE
Tints of Lavender Blue #CEC0FE
RGB
CMYK
RGB Variations
Color information
#CEC0FE (or 0xCEC0FE) is known color: Lavender Blue. HEX triplet: CE, C0 and FE. RGB value is (206,192,254). Sum of RGB (Red+Green+Blue) = 206+192+254=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 192 (75.39% from 255 or 29.45% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEC0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC0FE is #313F01. Grayscale: #CBCBCB. Windows color (decimal): -3227394 or 16695502. OLE color: 16695502.
HSL color Cylindrical-coordinate representation of color #CEC0FE: hue angle of 253.55º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEC0FE is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 192 | 254 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.00 |
| HSL | 253.55º | 0.97% | 0.87% | - |
| HSV(B) | 253.55º | 0.24% | 1% | - |
| XYZ | 62.19 | 57.98 | 101.68 | - |
| YUV | 203.25 | 156.64 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 254 | 0.19 | 0.24 | 0 | 0.00 | 253.55 | 0.97 | 0.87 |
| Hex | CE | C0 | FE | 13 | 18 | 0 | 0 | FE | 61 | 57 |
| Octal | 316 | 300 | 376 | 23 | 30 | 0 | 0 | 376 | 141 | 127 |
| Binary | 11001110 | 11000000 | 11111110 | 10011 | 11000 | 0 | 0 | 11111110 | 1100001 | 1010111 |
Color Harmonies of #CEC0FE
Complementary color
Monochromatic Colors of #CEC0FE
Black with #CEC0FE
Text Example
Text Example
White with #CEC0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0FE; }
p { color: rgb(206,192,254); }
H1.HeaderClassName
{
color: #CEC0FE;
}
.AnyTagClassName
{
color: #CEC0FE;
}
</style>
background-color css
<style>
a { background-color: #CEC0FE; }
a { background-color: rgb(206,192,254); }
div.DivClassName
{
background-color: #CEC0FE;
}
.BgClassName
{
background-color: #CEC0FE;
}
</style>
border-color css
<style>
span { border-color: #CEC0FE; }
span { border-color: rgb(206,192,254); }
td.TdClassName
{
border-color: #CEC0FE;
}
.TagClassName
{
border-color: #CEC0FE;
}
</style>