Shades of Lavender Blue #CABBFE
Tints of Lavender Blue #CABBFE
RGB
CMYK
RGB Variations
Color information
#CABBFE (or 0xCABBFE) is known color: Lavender Blue. HEX triplet: CA, BB and FE. RGB value is (202,187,254). Sum of RGB (Red+Green+Blue) = 202+187+254=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #CABBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBFE is #354401. Grayscale: #C6C6C6. Windows color (decimal): -3490818 or 16694218. OLE color: 16694218.
HSL color Cylindrical-coordinate representation of color #CABBFE: hue angle of 253.43º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CABBFE is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 187 | 254 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.00 |
| HSL | 253.43º | 0.97% | 0.86% | - |
| HSV(B) | 253.43º | 0.26% | 1% | - |
| XYZ | 60.02 | 55.25 | 101.27 | - |
| YUV | 199.12 | 158.97 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 254 | 0.20 | 0.26 | 0 | 0.00 | 253.43 | 0.97 | 0.86 |
| Hex | CA | BB | FE | 14 | 1A | 0 | 0 | FD | 61 | 56 |
| Octal | 312 | 273 | 376 | 24 | 32 | 0 | 0 | 375 | 141 | 126 |
| Binary | 11001010 | 10111011 | 11111110 | 10100 | 11010 | 0 | 0 | 11111101 | 1100001 | 1010110 |
Color Harmonies of #CABBFE
Complementary color
Monochromatic Colors of #CABBFE
Black with #CABBFE
Text Example
Text Example
White with #CABBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABBFE; }
p { color: rgb(202,187,254); }
H1.HeaderClassName
{
color: #CABBFE;
}
.AnyTagClassName
{
color: #CABBFE;
}
</style>
background-color css
<style>
a { background-color: #CABBFE; }
a { background-color: rgb(202,187,254); }
div.DivClassName
{
background-color: #CABBFE;
}
.BgClassName
{
background-color: #CABBFE;
}
</style>
border-color css
<style>
span { border-color: #CABBFE; }
span { border-color: rgb(202,187,254); }
td.TdClassName
{
border-color: #CABBFE;
}
.TagClassName
{
border-color: #CABBFE;
}
</style>