Shades of Lavender Blue #CEC9F1
Tints of Lavender Blue #CEC9F1
RGB
CMYK
RGB Variations
Color information
#CEC9F1 (or 0xCEC9F1) is known color: Lavender Blue. HEX triplet: CE, C9 and F1. RGB value is (206,201,241). Sum of RGB (Red+Green+Blue) = 206+201+241=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 201 (78.91% from 255 or 31.02% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEC9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC9F1 is #31360E. Grayscale: #CECECE. Windows color (decimal): -3225103 or 15845838. OLE color: 15845838.
HSL color Cylindrical-coordinate representation of color #CEC9F1: hue angle of 247.5º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEC9F1 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 201 | 241 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.05 |
| HSL | 247.5º | 0.59% | 0.87% | - |
| HSV(B) | 247.5º | 0.17% | 0.95% | - |
| XYZ | 62.22 | 61.25 | 91.76 | - |
| YUV | 207.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 241 | 0.15 | 0.17 | 0 | 0.05 | 247.5 | 0.59 | 0.87 |
| Hex | CE | C9 | F1 | F | 11 | 0 | 5 | F8 | 3B | 57 |
| Octal | 316 | 311 | 361 | 17 | 21 | 0 | 5 | 370 | 73 | 127 |
| Binary | 11001110 | 11001001 | 11110001 | 1111 | 10001 | 0 | 101 | 11111000 | 111011 | 1010111 |
Color Harmonies of #CEC9F1
Complementary color
Monochromatic Colors of #CEC9F1
Black with #CEC9F1
Text Example
Text Example
White with #CEC9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9F1; }
p { color: rgb(206,201,241); }
H1.HeaderClassName
{
color: #CEC9F1;
}
.AnyTagClassName
{
color: #CEC9F1;
}
</style>
background-color css
<style>
a { background-color: #CEC9F1; }
a { background-color: rgb(206,201,241); }
div.DivClassName
{
background-color: #CEC9F1;
}
.BgClassName
{
background-color: #CEC9F1;
}
</style>
border-color css
<style>
span { border-color: #CEC9F1; }
span { border-color: rgb(206,201,241); }
td.TdClassName
{
border-color: #CEC9F1;
}
.TagClassName
{
border-color: #CEC9F1;
}
</style>