Shades of Lavender Blue #CBBAFF
Tints of Lavender Blue #CBBAFF
RGB
CMYK
RGB Variations
Color information
#CBBAFF (or 0xCBBAFF) is known color: Lavender Blue. HEX triplet: CB, BA and FF. RGB value is (203,186,255). Sum of RGB (Red+Green+Blue) = 203+186+255=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBBAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBAFF is #344500. Grayscale: #C6C6C6. Windows color (decimal): -3425537 or 16759499. OLE color: 16759499.
HSL color Cylindrical-coordinate representation of color #CBBAFF: hue angle of 254.78º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBBAFF is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 186 | 255 | - |
| CMYK | 0.20 | 0.27 | 0 | 0 |
| HSL | 254.78º | 1% | 0.86% | - |
| HSV(B) | 254.78º | 0.27% | 1% | - |
| XYZ | 60.24 | 55.03 | 102.06 | - |
| YUV | 198.95 | 159.63 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 255 | 0.20 | 0.27 | 0 | 0 | 254.78 | 1 | 0.86 |
| Hex | CB | BA | FF | 14 | 1B | 0 | 0 | FF | 64 | 56 |
| Octal | 313 | 272 | 377 | 24 | 33 | 0 | 0 | 377 | 144 | 126 |
| Binary | 11001011 | 10111010 | 11111111 | 10100 | 11011 | 0 | 0 | 11111111 | 1100100 | 1010110 |
Color Harmonies of #CBBAFF
Complementary color
Monochromatic Colors of #CBBAFF
Black with #CBBAFF
Text Example
Text Example
White with #CBBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBAFF; }
p { color: rgb(203,186,255); }
H1.HeaderClassName
{
color: #CBBAFF;
}
.AnyTagClassName
{
color: #CBBAFF;
}
</style>
background-color css
<style>
a { background-color: #CBBAFF; }
a { background-color: rgb(203,186,255); }
div.DivClassName
{
background-color: #CBBAFF;
}
.BgClassName
{
background-color: #CBBAFF;
}
</style>
border-color css
<style>
span { border-color: #CBBAFF; }
span { border-color: rgb(203,186,255); }
td.TdClassName
{
border-color: #CBBAFF;
}
.TagClassName
{
border-color: #CBBAFF;
}
</style>