Shades of Lavender Blue #CEC8F1
Tints of Lavender Blue #CEC8F1
RGB
CMYK
RGB Variations
Color information
#CEC8F1 (or 0xCEC8F1) is known color: Lavender Blue. HEX triplet: CE, C8 and F1. RGB value is (206,200,241). Sum of RGB (Red+Green+Blue) = 206+200+241=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 200 (78.52% from 255 or 30.91% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEC8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC8F1 is #31370E. Grayscale: #CECECE. Windows color (decimal): -3225359 or 15845582. OLE color: 15845582.
HSL color Cylindrical-coordinate representation of color #CEC8F1: hue angle of 248.78º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEC8F1 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 200 | 241 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.05 |
| HSL | 248.78º | 0.59% | 0.86% | - |
| HSV(B) | 248.78º | 0.17% | 0.95% | - |
| XYZ | 61.99 | 60.78 | 91.68 | - |
| YUV | 206.47 | 147.49 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 241 | 0.15 | 0.17 | 0 | 0.05 | 248.78 | 0.59 | 0.86 |
| Hex | CE | C8 | F1 | F | 11 | 0 | 5 | F9 | 3B | 56 |
| Octal | 316 | 310 | 361 | 17 | 21 | 0 | 5 | 371 | 73 | 126 |
| Binary | 11001110 | 11001000 | 11110001 | 1111 | 10001 | 0 | 101 | 11111001 | 111011 | 1010110 |
Color Harmonies of #CEC8F1
Complementary color
Monochromatic Colors of #CEC8F1
Black with #CEC8F1
Text Example
Text Example
White with #CEC8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8F1; }
p { color: rgb(206,200,241); }
H1.HeaderClassName
{
color: #CEC8F1;
}
.AnyTagClassName
{
color: #CEC8F1;
}
</style>
background-color css
<style>
a { background-color: #CEC8F1; }
a { background-color: rgb(206,200,241); }
div.DivClassName
{
background-color: #CEC8F1;
}
.BgClassName
{
background-color: #CEC8F1;
}
</style>
border-color css
<style>
span { border-color: #CEC8F1; }
span { border-color: rgb(206,200,241); }
td.TdClassName
{
border-color: #CEC8F1;
}
.TagClassName
{
border-color: #CEC8F1;
}
</style>