Shades of Lavender Blue #CEC7F9
Tints of Lavender Blue #CEC7F9
RGB
CMYK
RGB Variations
Color information
#CEC7F9 (or 0xCEC7F9) is known color: Lavender Blue. HEX triplet: CE, C7 and F9. RGB value is (206,199,249). Sum of RGB (Red+Green+Blue) = 206+199+249=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 199 (78.12% from 255 or 30.43% from 654); Blue value is 249 (97.66% from 255 or 38.07% from 654); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEC7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC7F9 is #313806. Grayscale: #CECECE. Windows color (decimal): -3225607 or 16369614. OLE color: 16369614.
HSL color Cylindrical-coordinate representation of color #CEC7F9: hue angle of 248.4º degrees, saturation: 0.81, 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 #CEC7F9 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 206 | 199 | 249 | - |
CMYK | 0.17 | 0.20 | 0 | 0.02 |
HSL | 248.4º | 0.81% | 0.88% | - |
HSV(B) | 248.4º | 0.2% | 0.98% | - |
XYZ | 62.98 | 60.81 | 98.04 | - |
YUV | 206.79 | 151.82 | 127.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 199 | 249 | 0.17 | 0.20 | 0 | 0.02 | 248.4 | 0.81 | 0.88 |
Hex | CE | C7 | F9 | 11 | 14 | 0 | 2 | F8 | 51 | 58 |
Octal | 316 | 307 | 371 | 21 | 24 | 0 | 2 | 370 | 121 | 130 |
Binary | 11001110 | 11000111 | 11111001 | 10001 | 10100 | 0 | 10 | 11111000 | 1010001 | 1011000 |
Color Harmonies of #CEC7F9
Complementary color
Monochromatic Colors of #CEC7F9
Black with #CEC7F9
Text Example
Text Example
White with #CEC7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7F9; }
p { color: rgb(206,199,249); }
H1.HeaderClassName
{
color: #CEC7F9;
}
.AnyTagClassName
{
color: #CEC7F9;
}
</style>
background-color css
<style>
a { background-color: #CEC7F9; }
a { background-color: rgb(206,199,249); }
div.DivClassName
{
background-color: #CEC7F9;
}
.BgClassName
{
background-color: #CEC7F9;
}
</style>
border-color css
<style>
span { border-color: #CEC7F9; }
span { border-color: rgb(206,199,249); }
td.TdClassName
{
border-color: #CEC7F9;
}
.TagClassName
{
border-color: #CEC7F9;
}
</style>