Shades of Lavender Blue #CECEF8
Tints of Lavender Blue #CECEF8
RGB
CMYK
RGB Variations
Color information
#CECEF8 (or 0xCECEF8) is known color: Lavender Blue. HEX triplet: CE, CE and F8. RGB value is (206,206,248). Sum of RGB (Red+Green+Blue) = 206+206+248=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 248 (97.27% from 255 or 37.58% from 660); Max value from RGB is 248 - color contains mainly: blue. Hex color #CECEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECEF8 is #313107. Grayscale: #D2D2D2. Windows color (decimal): -3223816 or 16305870. OLE color: 16305870.
HSL color Cylindrical-coordinate representation of color #CECEF8: hue angle of 240º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CECEF8 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 206 | 248 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.03 |
| HSL | 240º | 0.75% | 0.89% | - |
| HSV(B) | 240º | 0.17% | 0.97% | - |
| XYZ | 64.47 | 64.04 | 97.77 | - |
| YUV | 210.79 | 149 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 248 | 0.17 | 0.17 | 0 | 0.03 | 240 | 0.75 | 0.89 |
| Hex | CE | CE | F8 | 11 | 11 | 0 | 3 | F0 | 4B | 59 |
| Octal | 316 | 316 | 370 | 21 | 21 | 0 | 3 | 360 | 113 | 131 |
| Binary | 11001110 | 11001110 | 11111000 | 10001 | 10001 | 0 | 11 | 11110000 | 1001011 | 1011001 |
Color Harmonies of #CECEF8
Complementary color
Monochromatic Colors of #CECEF8
Black with #CECEF8
Text Example
Text Example
White with #CECEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEF8; }
p { color: rgb(206,206,248); }
H1.HeaderClassName
{
color: #CECEF8;
}
.AnyTagClassName
{
color: #CECEF8;
}
</style>
background-color css
<style>
a { background-color: #CECEF8; }
a { background-color: rgb(206,206,248); }
div.DivClassName
{
background-color: #CECEF8;
}
.BgClassName
{
background-color: #CECEF8;
}
</style>
border-color css
<style>
span { border-color: #CECEF8; }
span { border-color: rgb(206,206,248); }
td.TdClassName
{
border-color: #CECEF8;
}
.TagClassName
{
border-color: #CECEF8;
}
</style>