Shades of Lavender Blue #CBBAFD
Tints of Lavender Blue #CBBAFD
RGB
CMYK
RGB Variations
Color information
#CBBAFD (or 0xCBBAFD) is known color: Lavender Blue. HEX triplet: CB, BA and FD. RGB value is (203,186,253). Sum of RGB (Red+Green+Blue) = 203+186+253=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBBAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBAFD is #344502. Grayscale: #C6C6C6. Windows color (decimal): -3425539 or 16628427. OLE color: 16628427.
HSL color Cylindrical-coordinate representation of color #CBBAFD: hue angle of 255.22º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBBAFD is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 186 | 253 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.01 |
| HSL | 255.22º | 0.94% | 0.86% | - |
| HSV(B) | 255.22º | 0.26% | 0.99% | - |
| XYZ | 59.92 | 54.91 | 100.37 | - |
| YUV | 198.72 | 158.63 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 253 | 0.20 | 0.26 | 0 | 0.01 | 255.22 | 0.94 | 0.86 |
| Hex | CB | BA | FD | 14 | 1A | 0 | 1 | FF | 5E | 56 |
| Octal | 313 | 272 | 375 | 24 | 32 | 0 | 1 | 377 | 136 | 126 |
| Binary | 11001011 | 10111010 | 11111101 | 10100 | 11010 | 0 | 1 | 11111111 | 1011110 | 1010110 |
Color Harmonies of #CBBAFD
Complementary color
Monochromatic Colors of #CBBAFD
Black with #CBBAFD
Text Example
Text Example
White with #CBBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBAFD; }
p { color: rgb(203,186,253); }
H1.HeaderClassName
{
color: #CBBAFD;
}
.AnyTagClassName
{
color: #CBBAFD;
}
</style>
background-color css
<style>
a { background-color: #CBBAFD; }
a { background-color: rgb(203,186,253); }
div.DivClassName
{
background-color: #CBBAFD;
}
.BgClassName
{
background-color: #CBBAFD;
}
</style>
border-color css
<style>
span { border-color: #CBBAFD; }
span { border-color: rgb(203,186,253); }
td.TdClassName
{
border-color: #CBBAFD;
}
.TagClassName
{
border-color: #CBBAFD;
}
</style>