Shades of Lavender Blue #CEC8FA
Tints of Lavender Blue #CEC8FA
RGB
CMYK
RGB Variations
Color information
#CEC8FA (or 0xCEC8FA) is known color: Lavender Blue. HEX triplet: CE, C8 and FA. RGB value is (206,200,250). Sum of RGB (Red+Green+Blue) = 206+200+250=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEC8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC8FA is #313705. Grayscale: #CFCFCF. Windows color (decimal): -3225350 or 16435406. OLE color: 16435406.
HSL color Cylindrical-coordinate representation of color #CEC8FA: hue angle of 247.2º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEC8FA is Cyan = 0.18, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 200 | 250 | - |
| CMYK | 0.18 | 0.2 | 0 | 0.02 |
| HSL | 247.2º | 0.83% | 0.88% | - |
| HSV(B) | 247.2º | 0.2% | 0.98% | - |
| XYZ | 63.36 | 61.33 | 98.94 | - |
| YUV | 207.49 | 151.99 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 250 | 0.18 | 0.2 | 0 | 0.02 | 247.2 | 0.83 | 0.88 |
| Hex | CE | C8 | FA | 12 | 14 | 0 | 2 | F7 | 53 | 58 |
| Octal | 316 | 310 | 372 | 22 | 24 | 0 | 2 | 367 | 123 | 130 |
| Binary | 11001110 | 11001000 | 11111010 | 10010 | 10100 | 0 | 10 | 11110111 | 1010011 | 1011000 |
Color Harmonies of #CEC8FA
Complementary color
Monochromatic Colors of #CEC8FA
Black with #CEC8FA
Text Example
Text Example
White with #CEC8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8FA; }
p { color: rgb(206,200,250); }
H1.HeaderClassName
{
color: #CEC8FA;
}
.AnyTagClassName
{
color: #CEC8FA;
}
</style>
background-color css
<style>
a { background-color: #CEC8FA; }
a { background-color: rgb(206,200,250); }
div.DivClassName
{
background-color: #CEC8FA;
}
.BgClassName
{
background-color: #CEC8FA;
}
</style>
border-color css
<style>
span { border-color: #CEC8FA; }
span { border-color: rgb(206,200,250); }
td.TdClassName
{
border-color: #CEC8FA;
}
.TagClassName
{
border-color: #CEC8FA;
}
</style>