Shades of Lavender Blue #CABBFC
Tints of Lavender Blue #CABBFC
RGB
CMYK
RGB Variations
Color information
#CABBFC (or 0xCABBFC) is known color: Lavender Blue. HEX triplet: CA, BB and FC. RGB value is (202,187,252). Sum of RGB (Red+Green+Blue) = 202+187+252=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #CABBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBFC is #354403. Grayscale: #C6C6C6. Windows color (decimal): -3490820 or 16563146. OLE color: 16563146.
HSL color Cylindrical-coordinate representation of color #CABBFC: hue angle of 253.85º degrees, saturation: 0.92, 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 #CABBFC is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 187 | 252 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.01 |
| HSL | 253.85º | 0.92% | 0.86% | - |
| HSV(B) | 253.85º | 0.26% | 0.99% | - |
| XYZ | 59.7 | 55.13 | 99.59 | - |
| YUV | 198.9 | 157.97 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 252 | 0.20 | 0.26 | 0 | 0.01 | 253.85 | 0.92 | 0.86 |
| Hex | CA | BB | FC | 14 | 1A | 0 | 1 | FE | 5C | 56 |
| Octal | 312 | 273 | 374 | 24 | 32 | 0 | 1 | 376 | 134 | 126 |
| Binary | 11001010 | 10111011 | 11111100 | 10100 | 11010 | 0 | 1 | 11111110 | 1011100 | 1010110 |
Color Harmonies of #CABBFC
Complementary color
Monochromatic Colors of #CABBFC
Black with #CABBFC
Text Example
Text Example
White with #CABBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABBFC; }
p { color: rgb(202,187,252); }
H1.HeaderClassName
{
color: #CABBFC;
}
.AnyTagClassName
{
color: #CABBFC;
}
</style>
background-color css
<style>
a { background-color: #CABBFC; }
a { background-color: rgb(202,187,252); }
div.DivClassName
{
background-color: #CABBFC;
}
.BgClassName
{
background-color: #CABBFC;
}
</style>
border-color css
<style>
span { border-color: #CABBFC; }
span { border-color: rgb(202,187,252); }
td.TdClassName
{
border-color: #CABBFC;
}
.TagClassName
{
border-color: #CABBFC;
}
</style>