Shades of Lavender Blue #CAB7FF
Tints of Lavender Blue #CAB7FF
RGB
CMYK
RGB Variations
Color information
#CAB7FF (or 0xCAB7FF) is known color: Lavender Blue. HEX triplet: CA, B7 and FF. RGB value is (202,183,255). Sum of RGB (Red+Green+Blue) = 202+183+255=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 183 (71.88% from 255 or 28.59% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAB7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB7FF is #354800. Grayscale: #C4C4C4. Windows color (decimal): -3491841 or 16758730. OLE color: 16758730.
HSL color Cylindrical-coordinate representation of color #CAB7FF: hue angle of 255.83º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAB7FF is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 183 | 255 | - |
| CMYK | 0.21 | 0.28 | 0 | 0 |
| HSL | 255.83º | 1% | 0.86% | - |
| HSV(B) | 255.83º | 0.28% | 1% | - |
| XYZ | 59.34 | 53.64 | 101.83 | - |
| YUV | 196.89 | 160.79 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 255 | 0.21 | 0.28 | 0 | 0 | 255.83 | 1 | 0.86 |
| Hex | CA | B7 | FF | 15 | 1C | 0 | 0 | 100 | 64 | 56 |
| Octal | 312 | 267 | 377 | 25 | 34 | 0 | 0 | 400 | 144 | 126 |
| Binary | 11001010 | 10110111 | 11111111 | 10101 | 11100 | 0 | 0 | 100000000 | 1100100 | 1010110 |
Color Harmonies of #CAB7FF
Complementary color
Monochromatic Colors of #CAB7FF
Black with #CAB7FF
Text Example
Text Example
White with #CAB7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB7FF; }
p { color: rgb(202,183,255); }
H1.HeaderClassName
{
color: #CAB7FF;
}
.AnyTagClassName
{
color: #CAB7FF;
}
</style>
background-color css
<style>
a { background-color: #CAB7FF; }
a { background-color: rgb(202,183,255); }
div.DivClassName
{
background-color: #CAB7FF;
}
.BgClassName
{
background-color: #CAB7FF;
}
</style>
border-color css
<style>
span { border-color: #CAB7FF; }
span { border-color: rgb(202,183,255); }
td.TdClassName
{
border-color: #CAB7FF;
}
.TagClassName
{
border-color: #CAB7FF;
}
</style>