Shades of Lavender Blue #CAC3FA
Tints of Lavender Blue #CAC3FA
RGB
CMYK
RGB Variations
Color information
#CAC3FA (or 0xCAC3FA) is known color: Lavender Blue. HEX triplet: CA, C3 and FA. RGB value is (202,195,250). Sum of RGB (Red+Green+Blue) = 202+195+250=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 195 (76.56% from 255 or 30.14% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAC3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC3FA is #353C05. Grayscale: #CBCBCB. Windows color (decimal): -3488774 or 16434122. OLE color: 16434122.
HSL color Cylindrical-coordinate representation of color #CAC3FA: hue angle of 247.64º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAC3FA is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 195 | 250 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.02 |
| HSL | 247.64º | 0.85% | 0.87% | - |
| HSV(B) | 247.64º | 0.22% | 0.98% | - |
| XYZ | 61.13 | 58.49 | 98.51 | - |
| YUV | 203.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 250 | 0.19 | 0.22 | 0 | 0.02 | 247.64 | 0.85 | 0.87 |
| Hex | CA | C3 | FA | 13 | 16 | 0 | 2 | F8 | 55 | 57 |
| Octal | 312 | 303 | 372 | 23 | 26 | 0 | 2 | 370 | 125 | 127 |
| Binary | 11001010 | 11000011 | 11111010 | 10011 | 10110 | 0 | 10 | 11111000 | 1010101 | 1010111 |
Color Harmonies of #CAC3FA
Complementary color
Monochromatic Colors of #CAC3FA
Black with #CAC3FA
Text Example
Text Example
White with #CAC3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC3FA; }
p { color: rgb(202,195,250); }
H1.HeaderClassName
{
color: #CAC3FA;
}
.AnyTagClassName
{
color: #CAC3FA;
}
</style>
background-color css
<style>
a { background-color: #CAC3FA; }
a { background-color: rgb(202,195,250); }
div.DivClassName
{
background-color: #CAC3FA;
}
.BgClassName
{
background-color: #CAC3FA;
}
</style>
border-color css
<style>
span { border-color: #CAC3FA; }
span { border-color: rgb(202,195,250); }
td.TdClassName
{
border-color: #CAC3FA;
}
.TagClassName
{
border-color: #CAC3FA;
}
</style>