Shades of Lavender Blue #CAB8FE
Tints of Lavender Blue #CAB8FE
RGB
CMYK
RGB Variations
Color information
#CAB8FE (or 0xCAB8FE) is known color: Lavender Blue. HEX triplet: CA, B8 and FE. RGB value is (202,184,254). Sum of RGB (Red+Green+Blue) = 202+184+254=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 184 (72.27% from 255 or 28.75% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAB8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB8FE is #354701. Grayscale: #C5C5C5. Windows color (decimal): -3491586 or 16693450. OLE color: 16693450.
HSL color Cylindrical-coordinate representation of color #CAB8FE: hue angle of 255.43º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAB8FE is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 184 | 254 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.00 |
| HSL | 255.43º | 0.97% | 0.86% | - |
| HSV(B) | 255.43º | 0.28% | 1% | - |
| XYZ | 59.39 | 53.99 | 101.06 | - |
| YUV | 197.36 | 159.96 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 254 | 0.20 | 0.28 | 0 | 0.00 | 255.43 | 0.97 | 0.86 |
| Hex | CA | B8 | FE | 14 | 1C | 0 | 0 | FF | 61 | 56 |
| Octal | 312 | 270 | 376 | 24 | 34 | 0 | 0 | 377 | 141 | 126 |
| Binary | 11001010 | 10111000 | 11111110 | 10100 | 11100 | 0 | 0 | 11111111 | 1100001 | 1010110 |
Color Harmonies of #CAB8FE
Complementary color
Monochromatic Colors of #CAB8FE
Black with #CAB8FE
Text Example
Text Example
White with #CAB8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB8FE; }
p { color: rgb(202,184,254); }
H1.HeaderClassName
{
color: #CAB8FE;
}
.AnyTagClassName
{
color: #CAB8FE;
}
</style>
background-color css
<style>
a { background-color: #CAB8FE; }
a { background-color: rgb(202,184,254); }
div.DivClassName
{
background-color: #CAB8FE;
}
.BgClassName
{
background-color: #CAB8FE;
}
</style>
border-color css
<style>
span { border-color: #CAB8FE; }
span { border-color: rgb(202,184,254); }
td.TdClassName
{
border-color: #CAB8FE;
}
.TagClassName
{
border-color: #CAB8FE;
}
</style>