Shades of Lavender Blue #C1CAFB
Tints of Lavender Blue #C1CAFB
RGB
CMYK
RGB Variations
Color information
#C1CAFB (or 0xC1CAFB) is known color: Lavender Blue. HEX triplet: C1, CA and FB. RGB value is (193,202,251). Sum of RGB (Red+Green+Blue) = 193+202+251=646 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.88% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1CAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CAFB is #3E3504. Grayscale: #CCCCCC. Windows color (decimal): -4076805 or 16501441. OLE color: 16501441.
HSL color Cylindrical-coordinate representation of color #C1CAFB: hue angle of 230.69º degrees, saturation: 0.88, 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 #C1CAFB is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 202 | 251 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.02 |
| HSL | 230.69º | 0.88% | 0.87% | - |
| HSV(B) | 230.69º | 0.23% | 0.98% | - |
| XYZ | 60.53 | 60.54 | 99.76 | - |
| YUV | 204.9 | 154.02 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 202 | 251 | 0.23 | 0.20 | 0 | 0.02 | 230.69 | 0.88 | 0.87 |
| Hex | C1 | CA | FB | 17 | 14 | 0 | 2 | E7 | 58 | 57 |
| Octal | 301 | 312 | 373 | 27 | 24 | 0 | 2 | 347 | 130 | 127 |
| Binary | 11000001 | 11001010 | 11111011 | 10111 | 10100 | 0 | 10 | 11100111 | 1011000 | 1010111 |
Color Harmonies of #C1CAFB
Complementary color
Monochromatic Colors of #C1CAFB
Black with #C1CAFB
Text Example
Text Example
White with #C1CAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CAFB; }
p { color: rgb(193,202,251); }
H1.HeaderClassName
{
color: #C1CAFB;
}
.AnyTagClassName
{
color: #C1CAFB;
}
</style>
background-color css
<style>
a { background-color: #C1CAFB; }
a { background-color: rgb(193,202,251); }
div.DivClassName
{
background-color: #C1CAFB;
}
.BgClassName
{
background-color: #C1CAFB;
}
</style>
border-color css
<style>
span { border-color: #C1CAFB; }
span { border-color: rgb(193,202,251); }
td.TdClassName
{
border-color: #C1CAFB;
}
.TagClassName
{
border-color: #C1CAFB;
}
</style>