Shades of Lavender Blue #CEC8FE
Tints of Lavender Blue #CEC8FE
RGB
CMYK
RGB Variations
Color information
#CEC8FE (or 0xCEC8FE) is known color: Lavender Blue. HEX triplet: CE, C8 and FE. RGB value is (206,200,254). Sum of RGB (Red+Green+Blue) = 206+200+254=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 200 (78.52% from 255 or 30.30% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEC8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC8FE is #313701. Grayscale: #CFCFCF. Windows color (decimal): -3225346 or 16697550. OLE color: 16697550.
HSL color Cylindrical-coordinate representation of color #CEC8FE: hue angle of 246.67º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEC8FE is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 200 | 254 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.00 |
| HSL | 246.67º | 0.96% | 0.89% | - |
| HSV(B) | 246.67º | 0.21% | 1% | - |
| XYZ | 64 | 61.59 | 102.28 | - |
| YUV | 207.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 254 | 0.19 | 0.21 | 0 | 0.00 | 246.67 | 0.96 | 0.89 |
| Hex | CE | C8 | FE | 13 | 15 | 0 | 0 | F7 | 60 | 59 |
| Octal | 316 | 310 | 376 | 23 | 25 | 0 | 0 | 367 | 140 | 131 |
| Binary | 11001110 | 11001000 | 11111110 | 10011 | 10101 | 0 | 0 | 11110111 | 1100000 | 1011001 |
Color Harmonies of #CEC8FE
Complementary color
Monochromatic Colors of #CEC8FE
Black with #CEC8FE
Text Example
Text Example
White with #CEC8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8FE; }
p { color: rgb(206,200,254); }
H1.HeaderClassName
{
color: #CEC8FE;
}
.AnyTagClassName
{
color: #CEC8FE;
}
</style>
background-color css
<style>
a { background-color: #CEC8FE; }
a { background-color: rgb(206,200,254); }
div.DivClassName
{
background-color: #CEC8FE;
}
.BgClassName
{
background-color: #CEC8FE;
}
</style>
border-color css
<style>
span { border-color: #CEC8FE; }
span { border-color: rgb(206,200,254); }
td.TdClassName
{
border-color: #CEC8FE;
}
.TagClassName
{
border-color: #CEC8FE;
}
</style>