Shades of Lavender Blue #CECFF8
Tints of Lavender Blue #CECFF8
RGB
CMYK
RGB Variations
Color information
#CECFF8 (or 0xCECFF8) is known color: Lavender Blue. HEX triplet: CE, CF and F8. RGB value is (206,207,248). Sum of RGB (Red+Green+Blue) = 206+207+248=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 248 (97.27% from 255 or 37.52% from 661); Max value from RGB is 248 - color contains mainly: blue. Hex color #CECFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFF8 is #313007. Grayscale: #D3D3D3. Windows color (decimal): -3223560 or 16306126. OLE color: 16306126.
HSL color Cylindrical-coordinate representation of color #CECFF8: hue angle of 238.57º 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 #CECFF8 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 207 | 248 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.03 |
| HSL | 238.57º | 0.75% | 0.89% | - |
| HSV(B) | 238.57º | 0.17% | 0.97% | - |
| XYZ | 64.71 | 64.52 | 97.85 | - |
| YUV | 211.38 | 148.67 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 248 | 0.17 | 0.17 | 0 | 0.03 | 238.57 | 0.75 | 0.89 |
| Hex | CE | CF | F8 | 11 | 11 | 0 | 3 | EF | 4B | 59 |
| Octal | 316 | 317 | 370 | 21 | 21 | 0 | 3 | 357 | 113 | 131 |
| Binary | 11001110 | 11001111 | 11111000 | 10001 | 10001 | 0 | 11 | 11101111 | 1001011 | 1011001 |
Color Harmonies of #CECFF8
Complementary color
Monochromatic Colors of #CECFF8
Black with #CECFF8
Text Example
Text Example
White with #CECFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFF8; }
p { color: rgb(206,207,248); }
H1.HeaderClassName
{
color: #CECFF8;
}
.AnyTagClassName
{
color: #CECFF8;
}
</style>
background-color css
<style>
a { background-color: #CECFF8; }
a { background-color: rgb(206,207,248); }
div.DivClassName
{
background-color: #CECFF8;
}
.BgClassName
{
background-color: #CECFF8;
}
</style>
border-color css
<style>
span { border-color: #CECFF8; }
span { border-color: rgb(206,207,248); }
td.TdClassName
{
border-color: #CECFF8;
}
.TagClassName
{
border-color: #CECFF8;
}
</style>