Shades of Lavender Blue #CEC9F0
Tints of Lavender Blue #CEC9F0
RGB
CMYK
RGB Variations
Color information
#CEC9F0 (or 0xCEC9F0) is known color: Lavender Blue. HEX triplet: CE, C9 and F0. RGB value is (206,201,240). Sum of RGB (Red+Green+Blue) = 206+201+240=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 201 (78.91% from 255 or 31.07% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 240 - color contains mainly: blue. Hex color #CEC9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC9F0 is #31360F. Grayscale: #CECECE. Windows color (decimal): -3225104 or 15780302. OLE color: 15780302.
HSL color Cylindrical-coordinate representation of color #CEC9F0: hue angle of 247.69º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEC9F0 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 206 | 201 | 240 | - |
CMYK | 0.14 | 0.16 | 0 | 0.06 |
HSL | 247.69º | 0.57% | 0.86% | - |
HSV(B) | 247.69º | 0.16% | 0.94% | - |
XYZ | 62.07 | 61.19 | 90.98 | - |
YUV | 206.94 | 146.66 | 127.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 201 | 240 | 0.14 | 0.16 | 0 | 0.06 | 247.69 | 0.57 | 0.86 |
Hex | CE | C9 | F0 | E | 10 | 0 | 6 | F8 | 39 | 56 |
Octal | 316 | 311 | 360 | 16 | 20 | 0 | 6 | 370 | 71 | 126 |
Binary | 11001110 | 11001001 | 11110000 | 1110 | 10000 | 0 | 110 | 11111000 | 111001 | 1010110 |
Color Harmonies of #CEC9F0
Complementary color
Monochromatic Colors of #CEC9F0
Black with #CEC9F0
Text Example
Text Example
White with #CEC9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9F0; }
p { color: rgb(206,201,240); }
H1.HeaderClassName
{
color: #CEC9F0;
}
.AnyTagClassName
{
color: #CEC9F0;
}
</style>
background-color css
<style>
a { background-color: #CEC9F0; }
a { background-color: rgb(206,201,240); }
div.DivClassName
{
background-color: #CEC9F0;
}
.BgClassName
{
background-color: #CEC9F0;
}
</style>
border-color css
<style>
span { border-color: #CEC9F0; }
span { border-color: rgb(206,201,240); }
td.TdClassName
{
border-color: #CEC9F0;
}
.TagClassName
{
border-color: #CEC9F0;
}
</style>