Shades of Lavender Blue #CEC3FE
Tints of Lavender Blue #CEC3FE
RGB
CMYK
RGB Variations
Color information
#CEC3FE (or 0xCEC3FE) is known color: Lavender Blue. HEX triplet: CE, C3 and FE. RGB value is (206,195,254). Sum of RGB (Red+Green+Blue) = 206+195+254=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 195 (76.56% from 255 or 29.77% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEC3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC3FE is #313C01. Grayscale: #CCCCCC. Windows color (decimal): -3226626 or 16696270. OLE color: 16696270.
HSL color Cylindrical-coordinate representation of color #CEC3FE: hue angle of 251.19º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEC3FE is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 195 | 254 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.00 |
| HSL | 251.19º | 0.97% | 0.88% | - |
| HSV(B) | 251.19º | 0.23% | 1% | - |
| XYZ | 62.86 | 59.31 | 101.9 | - |
| YUV | 205.02 | 155.64 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 254 | 0.19 | 0.23 | 0 | 0.00 | 251.19 | 0.97 | 0.88 |
| Hex | CE | C3 | FE | 13 | 17 | 0 | 0 | FB | 61 | 58 |
| Octal | 316 | 303 | 376 | 23 | 27 | 0 | 0 | 373 | 141 | 130 |
| Binary | 11001110 | 11000011 | 11111110 | 10011 | 10111 | 0 | 0 | 11111011 | 1100001 | 1011000 |
Color Harmonies of #CEC3FE
Complementary color
Monochromatic Colors of #CEC3FE
Black with #CEC3FE
Text Example
Text Example
White with #CEC3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3FE; }
p { color: rgb(206,195,254); }
H1.HeaderClassName
{
color: #CEC3FE;
}
.AnyTagClassName
{
color: #CEC3FE;
}
</style>
background-color css
<style>
a { background-color: #CEC3FE; }
a { background-color: rgb(206,195,254); }
div.DivClassName
{
background-color: #CEC3FE;
}
.BgClassName
{
background-color: #CEC3FE;
}
</style>
border-color css
<style>
span { border-color: #CEC3FE; }
span { border-color: rgb(206,195,254); }
td.TdClassName
{
border-color: #CEC3FE;
}
.TagClassName
{
border-color: #CEC3FE;
}
</style>