Shades of Lavender Blue #CECEF7
Tints of Lavender Blue #CECEF7
RGB
CMYK
RGB Variations
Color information
#CECEF7 (or 0xCECEF7) is known color: Lavender Blue. HEX triplet: CE, CE and F7. RGB value is (206,206,247). Sum of RGB (Red+Green+Blue) = 206+206+247=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 247 (96.88% from 255 or 37.48% from 659); Max value from RGB is 247 - color contains mainly: blue. Hex color #CECEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECEF7 is #313108. Grayscale: #D2D2D2. Windows color (decimal): -3223817 or 16240334. OLE color: 16240334.
HSL color Cylindrical-coordinate representation of color #CECEF7: hue angle of 240º degrees, saturation: 0.72, 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 #CECEF7 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 206 | 247 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.03 |
| HSL | 240º | 0.72% | 0.89% | - |
| HSV(B) | 240º | 0.17% | 0.97% | - |
| XYZ | 64.31 | 63.98 | 96.96 | - |
| YUV | 210.67 | 148.5 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 247 | 0.17 | 0.17 | 0 | 0.03 | 240 | 0.72 | 0.89 |
| Hex | CE | CE | F7 | 11 | 11 | 0 | 3 | F0 | 48 | 59 |
| Octal | 316 | 316 | 367 | 21 | 21 | 0 | 3 | 360 | 110 | 131 |
| Binary | 11001110 | 11001110 | 11110111 | 10001 | 10001 | 0 | 11 | 11110000 | 1001000 | 1011001 |
Color Harmonies of #CECEF7
Complementary color
Monochromatic Colors of #CECEF7
Black with #CECEF7
Text Example
Text Example
White with #CECEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEF7; }
p { color: rgb(206,206,247); }
H1.HeaderClassName
{
color: #CECEF7;
}
.AnyTagClassName
{
color: #CECEF7;
}
</style>
background-color css
<style>
a { background-color: #CECEF7; }
a { background-color: rgb(206,206,247); }
div.DivClassName
{
background-color: #CECEF7;
}
.BgClassName
{
background-color: #CECEF7;
}
</style>
border-color css
<style>
span { border-color: #CECEF7; }
span { border-color: rgb(206,206,247); }
td.TdClassName
{
border-color: #CECEF7;
}
.TagClassName
{
border-color: #CECEF7;
}
</style>