Shades of Lavender Blue #CABAFF
Tints of Lavender Blue #CABAFF
RGB
CMYK
RGB Variations
Color information
#CABAFF (or 0xCABAFF) is known color: Lavender Blue. HEX triplet: CA, BA and FF. RGB value is (202,186,255). Sum of RGB (Red+Green+Blue) = 202+186+255=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #CABAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAFF is #354500. Grayscale: #C6C6C6. Windows color (decimal): -3491073 or 16759498. OLE color: 16759498.
HSL color Cylindrical-coordinate representation of color #CABAFF: hue angle of 253.91º 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 #CABAFF is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 186 | 255 | - |
| CMYK | 0.21 | 0.27 | 0 | 0 |
| HSL | 253.91º | 1% | 0.86% | - |
| HSV(B) | 253.91º | 0.27% | 1% | - |
| XYZ | 59.97 | 54.89 | 102.04 | - |
| YUV | 198.65 | 159.8 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 255 | 0.21 | 0.27 | 0 | 0 | 253.91 | 1 | 0.86 |
| Hex | CA | BA | FF | 15 | 1B | 0 | 0 | FE | 64 | 56 |
| Octal | 312 | 272 | 377 | 25 | 33 | 0 | 0 | 376 | 144 | 126 |
| Binary | 11001010 | 10111010 | 11111111 | 10101 | 11011 | 0 | 0 | 11111110 | 1100100 | 1010110 |
Color Harmonies of #CABAFF
Complementary color
Monochromatic Colors of #CABAFF
Black with #CABAFF
Text Example
Text Example
White with #CABAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABAFF; }
p { color: rgb(202,186,255); }
H1.HeaderClassName
{
color: #CABAFF;
}
.AnyTagClassName
{
color: #CABAFF;
}
</style>
background-color css
<style>
a { background-color: #CABAFF; }
a { background-color: rgb(202,186,255); }
div.DivClassName
{
background-color: #CABAFF;
}
.BgClassName
{
background-color: #CABAFF;
}
</style>
border-color css
<style>
span { border-color: #CABAFF; }
span { border-color: rgb(202,186,255); }
td.TdClassName
{
border-color: #CABAFF;
}
.TagClassName
{
border-color: #CABAFF;
}
</style>