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