Shades of Lavender Blue #CEC6F3
Tints of Lavender Blue #CEC6F3
RGB
CMYK
RGB Variations
Color information
#CEC6F3 (or 0xCEC6F3) is known color: Lavender Blue. HEX triplet: CE, C6 and F3. RGB value is (206,198,243). Sum of RGB (Red+Green+Blue) = 206+198+243=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 198 (77.73% from 255 or 30.60% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEC6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC6F3 is #31390C. Grayscale: #CDCDCD. Windows color (decimal): -3225869 or 15976142. OLE color: 15976142.
HSL color Cylindrical-coordinate representation of color #CEC6F3: hue angle of 250.67º degrees, saturation: 0.65, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEC6F3 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 198 | 243 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.05 |
| HSL | 250.67º | 0.65% | 0.86% | - |
| HSV(B) | 250.67º | 0.19% | 0.95% | - |
| XYZ | 61.83 | 59.98 | 93.11 | - |
| YUV | 205.52 | 149.15 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 243 | 0.15 | 0.19 | 0 | 0.05 | 250.67 | 0.65 | 0.86 |
| Hex | CE | C6 | F3 | F | 13 | 0 | 5 | FB | 41 | 56 |
| Octal | 316 | 306 | 363 | 17 | 23 | 0 | 5 | 373 | 101 | 126 |
| Binary | 11001110 | 11000110 | 11110011 | 1111 | 10011 | 0 | 101 | 11111011 | 1000001 | 1010110 |
Color Harmonies of #CEC6F3
Complementary color
Monochromatic Colors of #CEC6F3
Black with #CEC6F3
Text Example
Text Example
White with #CEC6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC6F3; }
p { color: rgb(206,198,243); }
H1.HeaderClassName
{
color: #CEC6F3;
}
.AnyTagClassName
{
color: #CEC6F3;
}
</style>
background-color css
<style>
a { background-color: #CEC6F3; }
a { background-color: rgb(206,198,243); }
div.DivClassName
{
background-color: #CEC6F3;
}
.BgClassName
{
background-color: #CEC6F3;
}
</style>
border-color css
<style>
span { border-color: #CEC6F3; }
span { border-color: rgb(206,198,243); }
td.TdClassName
{
border-color: #CEC6F3;
}
.TagClassName
{
border-color: #CEC6F3;
}
</style>