Shades of Lavender Blue #C1CAFA
Tints of Lavender Blue #C1CAFA
RGB
CMYK
RGB Variations
Color information
#C1CAFA (or 0xC1CAFA) is known color: Lavender Blue. HEX triplet: C1, CA and FA. RGB value is (193,202,250). Sum of RGB (Red+Green+Blue) = 193+202+250=645 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.92% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CAFA is #3E3505. Grayscale: #CCCCCC. Windows color (decimal): -4076806 or 16435905. OLE color: 16435905.
HSL color Cylindrical-coordinate representation of color #C1CAFA: hue angle of 230.53º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1CAFA is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 202 | 250 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.02 |
| HSL | 230.53º | 0.85% | 0.87% | - |
| HSV(B) | 230.53º | 0.23% | 0.98% | - |
| XYZ | 60.37 | 60.48 | 98.93 | - |
| YUV | 204.78 | 153.52 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 202 | 250 | 0.23 | 0.19 | 0 | 0.02 | 230.53 | 0.85 | 0.87 |
| Hex | C1 | CA | FA | 17 | 13 | 0 | 2 | E7 | 55 | 57 |
| Octal | 301 | 312 | 372 | 27 | 23 | 0 | 2 | 347 | 125 | 127 |
| Binary | 11000001 | 11001010 | 11111010 | 10111 | 10011 | 0 | 10 | 11100111 | 1010101 | 1010111 |
Color Harmonies of #C1CAFA
Complementary color
Monochromatic Colors of #C1CAFA
Black with #C1CAFA
Text Example
Text Example
White with #C1CAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CAFA; }
p { color: rgb(193,202,250); }
H1.HeaderClassName
{
color: #C1CAFA;
}
.AnyTagClassName
{
color: #C1CAFA;
}
</style>
background-color css
<style>
a { background-color: #C1CAFA; }
a { background-color: rgb(193,202,250); }
div.DivClassName
{
background-color: #C1CAFA;
}
.BgClassName
{
background-color: #C1CAFA;
}
</style>
border-color css
<style>
span { border-color: #C1CAFA; }
span { border-color: rgb(193,202,250); }
td.TdClassName
{
border-color: #C1CAFA;
}
.TagClassName
{
border-color: #C1CAFA;
}
</style>