Shades of Lavender Blue #CECFF7
Tints of Lavender Blue #CECFF7
RGB
CMYK
RGB Variations
Color information
#CECFF7 (or 0xCECFF7) is known color: Lavender Blue. HEX triplet: CE, CF and F7. RGB value is (206,207,247). Sum of RGB (Red+Green+Blue) = 206+207+247=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 247 (96.88% from 255 or 37.42% from 660); Max value from RGB is 247 - color contains mainly: blue. Hex color #CECFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFF7 is #313008. Grayscale: #D3D3D3. Windows color (decimal): -3223561 or 16240590. OLE color: 16240590.
HSL color Cylindrical-coordinate representation of color #CECFF7: hue angle of 238.54º 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 #CECFF7 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 207 | 247 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.03 |
| HSL | 238.54º | 0.72% | 0.89% | - |
| HSV(B) | 238.54º | 0.17% | 0.97% | - |
| XYZ | 64.55 | 64.46 | 97.04 | - |
| YUV | 211.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 247 | 0.17 | 0.16 | 0 | 0.03 | 238.54 | 0.72 | 0.89 |
| Hex | CE | CF | F7 | 11 | 10 | 0 | 3 | EF | 48 | 59 |
| Octal | 316 | 317 | 367 | 21 | 20 | 0 | 3 | 357 | 110 | 131 |
| Binary | 11001110 | 11001111 | 11110111 | 10001 | 10000 | 0 | 11 | 11101111 | 1001000 | 1011001 |
Color Harmonies of #CECFF7
Complementary color
Monochromatic Colors of #CECFF7
Black with #CECFF7
Text Example
Text Example
White with #CECFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFF7; }
p { color: rgb(206,207,247); }
H1.HeaderClassName
{
color: #CECFF7;
}
.AnyTagClassName
{
color: #CECFF7;
}
</style>
background-color css
<style>
a { background-color: #CECFF7; }
a { background-color: rgb(206,207,247); }
div.DivClassName
{
background-color: #CECFF7;
}
.BgClassName
{
background-color: #CECFF7;
}
</style>
border-color css
<style>
span { border-color: #CECFF7; }
span { border-color: rgb(206,207,247); }
td.TdClassName
{
border-color: #CECFF7;
}
.TagClassName
{
border-color: #CECFF7;
}
</style>