Shades of Lavender Blue #CECAF5
Tints of Lavender Blue #CECAF5
RGB
CMYK
RGB Variations
Color information
#CECAF5 (or 0xCECAF5) is known color: Lavender Blue. HEX triplet: CE, CA and F5. RGB value is (206,202,245). Sum of RGB (Red+Green+Blue) = 206+202+245=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 245 (96.09% from 255 or 37.52% from 653); Max value from RGB is 245 - color contains mainly: blue. Hex color #CECAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAF5 is #31350A. Grayscale: #CFCFCF. Windows color (decimal): -3224843 or 16108238. OLE color: 16108238.
HSL color Cylindrical-coordinate representation of color #CECAF5: hue angle of 245.58º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CECAF5 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 202 | 245 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.04 |
| HSL | 245.58º | 0.68% | 0.88% | - |
| HSV(B) | 245.58º | 0.18% | 0.96% | - |
| XYZ | 63.06 | 61.96 | 95.02 | - |
| YUV | 208.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 245 | 0.16 | 0.18 | 0 | 0.04 | 245.58 | 0.68 | 0.88 |
| Hex | CE | CA | F5 | 10 | 12 | 0 | 4 | F6 | 44 | 58 |
| Octal | 316 | 312 | 365 | 20 | 22 | 0 | 4 | 366 | 104 | 130 |
| Binary | 11001110 | 11001010 | 11110101 | 10000 | 10010 | 0 | 100 | 11110110 | 1000100 | 1011000 |
Color Harmonies of #CECAF5
Complementary color
Monochromatic Colors of #CECAF5
Black with #CECAF5
Text Example
Text Example
White with #CECAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAF5; }
p { color: rgb(206,202,245); }
H1.HeaderClassName
{
color: #CECAF5;
}
.AnyTagClassName
{
color: #CECAF5;
}
</style>
background-color css
<style>
a { background-color: #CECAF5; }
a { background-color: rgb(206,202,245); }
div.DivClassName
{
background-color: #CECAF5;
}
.BgClassName
{
background-color: #CECAF5;
}
</style>
border-color css
<style>
span { border-color: #CECAF5; }
span { border-color: rgb(206,202,245); }
td.TdClassName
{
border-color: #CECAF5;
}
.TagClassName
{
border-color: #CECAF5;
}
</style>