Shades of Lavender Blue #CAB6FE
Tints of Lavender Blue #CAB6FE
RGB
CMYK
RGB Variations
Color information
#CAB6FE (or 0xCAB6FE) is known color: Lavender Blue. HEX triplet: CA, B6 and FE. RGB value is (202,182,254). Sum of RGB (Red+Green+Blue) = 202+182+254=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 182 (71.48% from 255 or 28.53% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAB6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB6FE is #354901. Grayscale: #C3C3C3. Windows color (decimal): -3492098 or 16692938. OLE color: 16692938.
HSL color Cylindrical-coordinate representation of color #CAB6FE: hue angle of 256.67º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAB6FE is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 182 | 254 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.00 |
| HSL | 256.67º | 0.97% | 0.85% | - |
| HSV(B) | 256.67º | 0.28% | 1% | - |
| XYZ | 58.97 | 53.17 | 100.92 | - |
| YUV | 196.19 | 160.63 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 254 | 0.20 | 0.28 | 0 | 0.00 | 256.67 | 0.97 | 0.85 |
| Hex | CA | B6 | FE | 14 | 1C | 0 | 0 | 101 | 61 | 55 |
| Octal | 312 | 266 | 376 | 24 | 34 | 0 | 0 | 401 | 141 | 125 |
| Binary | 11001010 | 10110110 | 11111110 | 10100 | 11100 | 0 | 0 | 100000001 | 1100001 | 1010101 |
Color Harmonies of #CAB6FE
Complementary color
Monochromatic Colors of #CAB6FE
Black with #CAB6FE
Text Example
Text Example
White with #CAB6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB6FE; }
p { color: rgb(202,182,254); }
H1.HeaderClassName
{
color: #CAB6FE;
}
.AnyTagClassName
{
color: #CAB6FE;
}
</style>
background-color css
<style>
a { background-color: #CAB6FE; }
a { background-color: rgb(202,182,254); }
div.DivClassName
{
background-color: #CAB6FE;
}
.BgClassName
{
background-color: #CAB6FE;
}
</style>
border-color css
<style>
span { border-color: #CAB6FE; }
span { border-color: rgb(202,182,254); }
td.TdClassName
{
border-color: #CAB6FE;
}
.TagClassName
{
border-color: #CAB6FE;
}
</style>