Shades of Lavender Blue #CECAFA
Tints of Lavender Blue #CECAFA
RGB
CMYK
RGB Variations
Color information
#CECAFA (or 0xCECAFA) is known color: Lavender Blue. HEX triplet: CE, CA and FA. RGB value is (206,202,250). Sum of RGB (Red+Green+Blue) = 206+202+250=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #CECAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAFA is #313505. Grayscale: #D0D0D0. Windows color (decimal): -3224838 or 16435918. OLE color: 16435918.
HSL color Cylindrical-coordinate representation of color #CECAFA: hue angle of 245º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CECAFA is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 202 | 250 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.02 |
| HSL | 245º | 0.83% | 0.89% | - |
| HSV(B) | 245º | 0.19% | 0.98% | - |
| XYZ | 63.83 | 62.27 | 99.1 | - |
| YUV | 208.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 250 | 0.18 | 0.19 | 0 | 0.02 | 245 | 0.83 | 0.89 |
| Hex | CE | CA | FA | 12 | 13 | 0 | 2 | F5 | 53 | 59 |
| Octal | 316 | 312 | 372 | 22 | 23 | 0 | 2 | 365 | 123 | 131 |
| Binary | 11001110 | 11001010 | 11111010 | 10010 | 10011 | 0 | 10 | 11110101 | 1010011 | 1011001 |
Color Harmonies of #CECAFA
Complementary color
Monochromatic Colors of #CECAFA
Black with #CECAFA
Text Example
Text Example
White with #CECAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAFA; }
p { color: rgb(206,202,250); }
H1.HeaderClassName
{
color: #CECAFA;
}
.AnyTagClassName
{
color: #CECAFA;
}
</style>
background-color css
<style>
a { background-color: #CECAFA; }
a { background-color: rgb(206,202,250); }
div.DivClassName
{
background-color: #CECAFA;
}
.BgClassName
{
background-color: #CECAFA;
}
</style>
border-color css
<style>
span { border-color: #CECAFA; }
span { border-color: rgb(206,202,250); }
td.TdClassName
{
border-color: #CECAFA;
}
.TagClassName
{
border-color: #CECAFA;
}
</style>