Shades of Lavender Blue #CEC9F7
Tints of Lavender Blue #CEC9F7
RGB
CMYK
RGB Variations
Color information
#CEC9F7 (or 0xCEC9F7) is known color: Lavender Blue. HEX triplet: CE, C9 and F7. RGB value is (206,201,247). Sum of RGB (Red+Green+Blue) = 206+201+247=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 201 (78.91% from 255 or 30.73% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 247 - color contains mainly: blue. Hex color #CEC9F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC9F7 is #313608. Grayscale: #CFCFCF. Windows color (decimal): -3225097 or 16239054. OLE color: 16239054.
HSL color Cylindrical-coordinate representation of color #CEC9F7: hue angle of 246.52º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEC9F7 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 201 | 247 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.03 |
| HSL | 246.52º | 0.74% | 0.88% | - |
| HSV(B) | 246.52º | 0.19% | 0.97% | - |
| XYZ | 63.13 | 61.61 | 96.56 | - |
| YUV | 207.74 | 150.16 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 247 | 0.17 | 0.19 | 0 | 0.03 | 246.52 | 0.74 | 0.88 |
| Hex | CE | C9 | F7 | 11 | 13 | 0 | 3 | F7 | 4A | 58 |
| Octal | 316 | 311 | 367 | 21 | 23 | 0 | 3 | 367 | 112 | 130 |
| Binary | 11001110 | 11001001 | 11110111 | 10001 | 10011 | 0 | 11 | 11110111 | 1001010 | 1011000 |
Color Harmonies of #CEC9F7
Complementary color
Monochromatic Colors of #CEC9F7
Black with #CEC9F7
Text Example
Text Example
White with #CEC9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9F7; }
p { color: rgb(206,201,247); }
H1.HeaderClassName
{
color: #CEC9F7;
}
.AnyTagClassName
{
color: #CEC9F7;
}
</style>
background-color css
<style>
a { background-color: #CEC9F7; }
a { background-color: rgb(206,201,247); }
div.DivClassName
{
background-color: #CEC9F7;
}
.BgClassName
{
background-color: #CEC9F7;
}
</style>
border-color css
<style>
span { border-color: #CEC9F7; }
span { border-color: rgb(206,201,247); }
td.TdClassName
{
border-color: #CEC9F7;
}
.TagClassName
{
border-color: #CEC9F7;
}
</style>