Shades of Lavender Blue #CAC5FF
Tints of Lavender Blue #CAC5FF
RGB
CMYK
RGB Variations
Color information
#CAC5FF (or 0xCAC5FF) is known color: Lavender Blue. HEX triplet: CA, C5 and FF. RGB value is (202,197,255). Sum of RGB (Red+Green+Blue) = 202+197+255=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 197 (77.34% from 255 or 30.12% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAC5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC5FF is #353A00. Grayscale: #CCCCCC. Windows color (decimal): -3488257 or 16762314. OLE color: 16762314.
HSL color Cylindrical-coordinate representation of color #CAC5FF: hue angle of 245.17º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAC5FF is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 197 | 255 | - |
| CMYK | 0.21 | 0.23 | 0 | 0 |
| HSL | 245.17º | 1% | 0.89% | - |
| HSV(B) | 245.17º | 0.23% | 1% | - |
| XYZ | 62.37 | 59.71 | 102.85 | - |
| YUV | 205.11 | 156.16 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 255 | 0.21 | 0.23 | 0 | 0 | 245.17 | 1 | 0.89 |
| Hex | CA | C5 | FF | 15 | 17 | 0 | 0 | F5 | 64 | 59 |
| Octal | 312 | 305 | 377 | 25 | 27 | 0 | 0 | 365 | 144 | 131 |
| Binary | 11001010 | 11000101 | 11111111 | 10101 | 10111 | 0 | 0 | 11110101 | 1100100 | 1011001 |
Color Harmonies of #CAC5FF
Complementary color
Monochromatic Colors of #CAC5FF
Black with #CAC5FF
Text Example
Text Example
White with #CAC5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5FF; }
p { color: rgb(202,197,255); }
H1.HeaderClassName
{
color: #CAC5FF;
}
.AnyTagClassName
{
color: #CAC5FF;
}
</style>
background-color css
<style>
a { background-color: #CAC5FF; }
a { background-color: rgb(202,197,255); }
div.DivClassName
{
background-color: #CAC5FF;
}
.BgClassName
{
background-color: #CAC5FF;
}
</style>
border-color css
<style>
span { border-color: #CAC5FF; }
span { border-color: rgb(202,197,255); }
td.TdClassName
{
border-color: #CAC5FF;
}
.TagClassName
{
border-color: #CAC5FF;
}
</style>