Shades of Lavender Blue #CAC5FA
Tints of Lavender Blue #CAC5FA
RGB
CMYK
RGB Variations
Color information
#CAC5FA (or 0xCAC5FA) is known color: Lavender Blue. HEX triplet: CA, C5 and FA. RGB value is (202,197,250). Sum of RGB (Red+Green+Blue) = 202+197+250=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 197 (77.34% from 255 or 30.35% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAC5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC5FA is #353A05. Grayscale: #CCCCCC. Windows color (decimal): -3488262 or 16434634. OLE color: 16434634.
HSL color Cylindrical-coordinate representation of color #CAC5FA: hue angle of 245.66º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAC5FA is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 197 | 250 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.02 |
| HSL | 245.66º | 0.84% | 0.88% | - |
| HSV(B) | 245.66º | 0.21% | 0.98% | - |
| XYZ | 61.58 | 59.39 | 98.66 | - |
| YUV | 204.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 250 | 0.19 | 0.21 | 0 | 0.02 | 245.66 | 0.84 | 0.88 |
| Hex | CA | C5 | FA | 13 | 15 | 0 | 2 | F6 | 54 | 58 |
| Octal | 312 | 305 | 372 | 23 | 25 | 0 | 2 | 366 | 124 | 130 |
| Binary | 11001010 | 11000101 | 11111010 | 10011 | 10101 | 0 | 10 | 11110110 | 1010100 | 1011000 |
Color Harmonies of #CAC5FA
Complementary color
Monochromatic Colors of #CAC5FA
Black with #CAC5FA
Text Example
Text Example
White with #CAC5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5FA; }
p { color: rgb(202,197,250); }
H1.HeaderClassName
{
color: #CAC5FA;
}
.AnyTagClassName
{
color: #CAC5FA;
}
</style>
background-color css
<style>
a { background-color: #CAC5FA; }
a { background-color: rgb(202,197,250); }
div.DivClassName
{
background-color: #CAC5FA;
}
.BgClassName
{
background-color: #CAC5FA;
}
</style>
border-color css
<style>
span { border-color: #CAC5FA; }
span { border-color: rgb(202,197,250); }
td.TdClassName
{
border-color: #CAC5FA;
}
.TagClassName
{
border-color: #CAC5FA;
}
</style>