Shades of Lavender Blue #CEC8F0
Tints of Lavender Blue #CEC8F0
RGB
CMYK
RGB Variations
Color information
#CEC8F0 (or 0xCEC8F0) is known color: Lavender Blue. HEX triplet: CE, C8 and F0. RGB value is (206,200,240). Sum of RGB (Red+Green+Blue) = 206+200+240=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 200 (78.52% from 255 or 30.96% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #CEC8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC8F0 is #31370F. Grayscale: #CECECE. Windows color (decimal): -3225360 or 15780046. OLE color: 15780046.
HSL color Cylindrical-coordinate representation of color #CEC8F0: hue angle of 249º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEC8F0 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 206 | 200 | 240 | - |
CMYK | 0.14 | 0.17 | 0 | 0.06 |
HSL | 249º | 0.57% | 0.86% | - |
HSV(B) | 249º | 0.17% | 0.94% | - |
XYZ | 61.84 | 60.72 | 90.9 | - |
YUV | 206.35 | 146.99 | 127.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 200 | 240 | 0.14 | 0.17 | 0 | 0.06 | 249 | 0.57 | 0.86 |
Hex | CE | C8 | F0 | E | 11 | 0 | 6 | F9 | 39 | 56 |
Octal | 316 | 310 | 360 | 16 | 21 | 0 | 6 | 371 | 71 | 126 |
Binary | 11001110 | 11001000 | 11110000 | 1110 | 10001 | 0 | 110 | 11111001 | 111001 | 1010110 |
Color Harmonies of #CEC8F0
Complementary color
Monochromatic Colors of #CEC8F0
Black with #CEC8F0
Text Example
Text Example
White with #CEC8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8F0; }
p { color: rgb(206,200,240); }
H1.HeaderClassName
{
color: #CEC8F0;
}
.AnyTagClassName
{
color: #CEC8F0;
}
</style>
background-color css
<style>
a { background-color: #CEC8F0; }
a { background-color: rgb(206,200,240); }
div.DivClassName
{
background-color: #CEC8F0;
}
.BgClassName
{
background-color: #CEC8F0;
}
</style>
border-color css
<style>
span { border-color: #CEC8F0; }
span { border-color: rgb(206,200,240); }
td.TdClassName
{
border-color: #CEC8F0;
}
.TagClassName
{
border-color: #CEC8F0;
}
</style>