Shades of Lavender Blue #CEC5FE
Tints of Lavender Blue #CEC5FE
RGB
CMYK
RGB Variations
Color information
#CEC5FE (or 0xCEC5FE) is known color: Lavender Blue. HEX triplet: CE, C5 and FE. RGB value is (206,197,254). Sum of RGB (Red+Green+Blue) = 206+197+254=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 197 (77.34% from 255 or 29.98% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEC5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC5FE is #313A01. Grayscale: #CDCDCD. Windows color (decimal): -3226114 or 16696782. OLE color: 16696782.
HSL color Cylindrical-coordinate representation of color #CEC5FE: hue angle of 249.47º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEC5FE is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 197 | 254 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.00 |
| HSL | 249.47º | 0.97% | 0.88% | - |
| HSV(B) | 249.47º | 0.22% | 1% | - |
| XYZ | 63.31 | 60.21 | 102.05 | - |
| YUV | 206.19 | 154.98 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 254 | 0.19 | 0.22 | 0 | 0.00 | 249.47 | 0.97 | 0.88 |
| Hex | CE | C5 | FE | 13 | 16 | 0 | 0 | F9 | 61 | 58 |
| Octal | 316 | 305 | 376 | 23 | 26 | 0 | 0 | 371 | 141 | 130 |
| Binary | 11001110 | 11000101 | 11111110 | 10011 | 10110 | 0 | 0 | 11111001 | 1100001 | 1011000 |
Color Harmonies of #CEC5FE
Complementary color
Monochromatic Colors of #CEC5FE
Black with #CEC5FE
Text Example
Text Example
White with #CEC5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5FE; }
p { color: rgb(206,197,254); }
H1.HeaderClassName
{
color: #CEC5FE;
}
.AnyTagClassName
{
color: #CEC5FE;
}
</style>
background-color css
<style>
a { background-color: #CEC5FE; }
a { background-color: rgb(206,197,254); }
div.DivClassName
{
background-color: #CEC5FE;
}
.BgClassName
{
background-color: #CEC5FE;
}
</style>
border-color css
<style>
span { border-color: #CEC5FE; }
span { border-color: rgb(206,197,254); }
td.TdClassName
{
border-color: #CEC5FE;
}
.TagClassName
{
border-color: #CEC5FE;
}
</style>