Shades of Lavender Blue #CAC2F1
Tints of Lavender Blue #CAC2F1
RGB
CMYK
RGB Variations
Color information
#CAC2F1 (or 0xCAC2F1) is known color: Lavender Blue. HEX triplet: CA, C2 and F1. RGB value is (202,194,241). Sum of RGB (Red+Green+Blue) = 202+194+241=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAC2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC2F1 is #353D0E. Grayscale: #C9C9C9. Windows color (decimal): -3489039 or 15844042. OLE color: 15844042.
HSL color Cylindrical-coordinate representation of color #CAC2F1: hue angle of 250.21º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAC2F1 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 194 | 241 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.05 |
| HSL | 250.21º | 0.63% | 0.85% | - |
| HSV(B) | 250.21º | 0.2% | 0.95% | - |
| XYZ | 59.53 | 57.49 | 91.18 | - |
| YUV | 201.75 | 150.15 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 241 | 0.16 | 0.20 | 0 | 0.05 | 250.21 | 0.63 | 0.85 |
| Hex | CA | C2 | F1 | 10 | 14 | 0 | 5 | FA | 3F | 55 |
| Octal | 312 | 302 | 361 | 20 | 24 | 0 | 5 | 372 | 77 | 125 |
| Binary | 11001010 | 11000010 | 11110001 | 10000 | 10100 | 0 | 101 | 11111010 | 111111 | 1010101 |
Color Harmonies of #CAC2F1
Complementary color
Monochromatic Colors of #CAC2F1
Black with #CAC2F1
Text Example
Text Example
White with #CAC2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC2F1; }
p { color: rgb(202,194,241); }
H1.HeaderClassName
{
color: #CAC2F1;
}
.AnyTagClassName
{
color: #CAC2F1;
}
</style>
background-color css
<style>
a { background-color: #CAC2F1; }
a { background-color: rgb(202,194,241); }
div.DivClassName
{
background-color: #CAC2F1;
}
.BgClassName
{
background-color: #CAC2F1;
}
</style>
border-color css
<style>
span { border-color: #CAC2F1; }
span { border-color: rgb(202,194,241); }
td.TdClassName
{
border-color: #CAC2F1;
}
.TagClassName
{
border-color: #CAC2F1;
}
</style>