Shades of Lavender Blue #CECBFA
Tints of Lavender Blue #CECBFA
RGB
CMYK
RGB Variations
Color information
#CECBFA (or 0xCECBFA) is known color: Lavender Blue. HEX triplet: CE, CB and FA. RGB value is (206,203,250). Sum of RGB (Red+Green+Blue) = 206+203+250=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #CECBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBFA is #313405. Grayscale: #D1D1D1. Windows color (decimal): -3224582 or 16436174. OLE color: 16436174.
HSL color Cylindrical-coordinate representation of color #CECBFA: hue angle of 243.83º degrees, saturation: 0.82, 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 #CECBFA is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 203 | 250 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.02 |
| HSL | 243.83º | 0.82% | 0.89% | - |
| HSV(B) | 243.83º | 0.19% | 0.98% | - |
| XYZ | 64.06 | 62.74 | 99.18 | - |
| YUV | 209.26 | 150.99 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 250 | 0.18 | 0.19 | 0 | 0.02 | 243.83 | 0.82 | 0.89 |
| Hex | CE | CB | FA | 12 | 13 | 0 | 2 | F4 | 52 | 59 |
| Octal | 316 | 313 | 372 | 22 | 23 | 0 | 2 | 364 | 122 | 131 |
| Binary | 11001110 | 11001011 | 11111010 | 10010 | 10011 | 0 | 10 | 11110100 | 1010010 | 1011001 |
Color Harmonies of #CECBFA
Complementary color
Monochromatic Colors of #CECBFA
Black with #CECBFA
Text Example
Text Example
White with #CECBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBFA; }
p { color: rgb(206,203,250); }
H1.HeaderClassName
{
color: #CECBFA;
}
.AnyTagClassName
{
color: #CECBFA;
}
</style>
background-color css
<style>
a { background-color: #CECBFA; }
a { background-color: rgb(206,203,250); }
div.DivClassName
{
background-color: #CECBFA;
}
.BgClassName
{
background-color: #CECBFA;
}
</style>
border-color css
<style>
span { border-color: #CECBFA; }
span { border-color: rgb(206,203,250); }
td.TdClassName
{
border-color: #CECBFA;
}
.TagClassName
{
border-color: #CECBFA;
}
</style>