Shades of Lavender Blue #CEC2FE
Tints of Lavender Blue #CEC2FE
RGB
CMYK
RGB Variations
Color information
#CEC2FE (or 0xCEC2FE) is known color: Lavender Blue. HEX triplet: CE, C2 and FE. RGB value is (206,194,254). Sum of RGB (Red+Green+Blue) = 206+194+254=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 194 (76.17% from 255 or 29.66% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEC2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC2FE is #313D01. Grayscale: #CCCCCC. Windows color (decimal): -3226882 or 16696014. OLE color: 16696014.
HSL color Cylindrical-coordinate representation of color #CEC2FE: hue angle of 252º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEC2FE is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 194 | 254 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.00 |
| HSL | 252º | 0.97% | 0.88% | - |
| HSV(B) | 252º | 0.24% | 1% | - |
| XYZ | 62.63 | 58.86 | 101.83 | - |
| YUV | 204.43 | 155.98 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 254 | 0.19 | 0.24 | 0 | 0.00 | 252 | 0.97 | 0.88 |
| Hex | CE | C2 | FE | 13 | 18 | 0 | 0 | FC | 61 | 58 |
| Octal | 316 | 302 | 376 | 23 | 30 | 0 | 0 | 374 | 141 | 130 |
| Binary | 11001110 | 11000010 | 11111110 | 10011 | 11000 | 0 | 0 | 11111100 | 1100001 | 1011000 |
Color Harmonies of #CEC2FE
Complementary color
Monochromatic Colors of #CEC2FE
Black with #CEC2FE
Text Example
Text Example
White with #CEC2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2FE; }
p { color: rgb(206,194,254); }
H1.HeaderClassName
{
color: #CEC2FE;
}
.AnyTagClassName
{
color: #CEC2FE;
}
</style>
background-color css
<style>
a { background-color: #CEC2FE; }
a { background-color: rgb(206,194,254); }
div.DivClassName
{
background-color: #CEC2FE;
}
.BgClassName
{
background-color: #CEC2FE;
}
</style>
border-color css
<style>
span { border-color: #CEC2FE; }
span { border-color: rgb(206,194,254); }
td.TdClassName
{
border-color: #CEC2FE;
}
.TagClassName
{
border-color: #CEC2FE;
}
</style>