Shades of Lavender Blue #CECAF8
Tints of Lavender Blue #CECAF8
RGB
CMYK
RGB Variations
Color information
#CECAF8 (or 0xCECAF8) is known color: Lavender Blue. HEX triplet: CE, CA and F8. RGB value is (206,202,248). Sum of RGB (Red+Green+Blue) = 206+202+248=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 248 (97.27% from 255 or 37.80% from 656); Max value from RGB is 248 - color contains mainly: blue. Hex color #CECAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAF8 is #313507. Grayscale: #D0D0D0. Windows color (decimal): -3224840 or 16304846. OLE color: 16304846.
HSL color Cylindrical-coordinate representation of color #CECAF8: hue angle of 245.22º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CECAF8 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 202 | 248 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.03 |
| HSL | 245.22º | 0.77% | 0.88% | - |
| HSV(B) | 245.22º | 0.19% | 0.97% | - |
| XYZ | 63.52 | 62.14 | 97.45 | - |
| YUV | 208.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 248 | 0.17 | 0.19 | 0 | 0.03 | 245.22 | 0.77 | 0.88 |
| Hex | CE | CA | F8 | 11 | 13 | 0 | 3 | F5 | 4D | 58 |
| Octal | 316 | 312 | 370 | 21 | 23 | 0 | 3 | 365 | 115 | 130 |
| Binary | 11001110 | 11001010 | 11111000 | 10001 | 10011 | 0 | 11 | 11110101 | 1001101 | 1011000 |
Color Harmonies of #CECAF8
Complementary color
Monochromatic Colors of #CECAF8
Black with #CECAF8
Text Example
Text Example
White with #CECAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAF8; }
p { color: rgb(206,202,248); }
H1.HeaderClassName
{
color: #CECAF8;
}
.AnyTagClassName
{
color: #CECAF8;
}
</style>
background-color css
<style>
a { background-color: #CECAF8; }
a { background-color: rgb(206,202,248); }
div.DivClassName
{
background-color: #CECAF8;
}
.BgClassName
{
background-color: #CECAF8;
}
</style>
border-color css
<style>
span { border-color: #CECAF8; }
span { border-color: rgb(206,202,248); }
td.TdClassName
{
border-color: #CECAF8;
}
.TagClassName
{
border-color: #CECAF8;
}
</style>