Shades of Lavender Blue #C1CBF9
Tints of Lavender Blue #C1CBF9
RGB
CMYK
RGB Variations
Color information
#C1CBF9 (or 0xC1CBF9) is known color: Lavender Blue. HEX triplet: C1, CB and F9. RGB value is (193,203,249). Sum of RGB (Red+Green+Blue) = 193+203+249=645 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.92% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 249 (97.66% from 255 or 38.60% from 645); Max value from RGB is 249 - color contains mainly: blue. Hex color #C1CBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CBF9 is #3E3406. Grayscale: #CDCDCD. Windows color (decimal): -4076551 or 16370625. OLE color: 16370625.
HSL color Cylindrical-coordinate representation of color #C1CBF9: hue angle of 229.29º degrees, saturation: 0.82, 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 #C1CBF9 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 203 | 249 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.02 |
| HSL | 229.29º | 0.82% | 0.87% | - |
| HSV(B) | 229.29º | 0.22% | 0.98% | - |
| XYZ | 60.45 | 60.89 | 98.19 | - |
| YUV | 205.25 | 152.69 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 203 | 249 | 0.22 | 0.18 | 0 | 0.02 | 229.29 | 0.82 | 0.87 |
| Hex | C1 | CB | F9 | 16 | 12 | 0 | 2 | E5 | 52 | 57 |
| Octal | 301 | 313 | 371 | 26 | 22 | 0 | 2 | 345 | 122 | 127 |
| Binary | 11000001 | 11001011 | 11111001 | 10110 | 10010 | 0 | 10 | 11100101 | 1010010 | 1010111 |
Color Harmonies of #C1CBF9
Complementary color
Monochromatic Colors of #C1CBF9
Black with #C1CBF9
Text Example
Text Example
White with #C1CBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CBF9; }
p { color: rgb(193,203,249); }
H1.HeaderClassName
{
color: #C1CBF9;
}
.AnyTagClassName
{
color: #C1CBF9;
}
</style>
background-color css
<style>
a { background-color: #C1CBF9; }
a { background-color: rgb(193,203,249); }
div.DivClassName
{
background-color: #C1CBF9;
}
.BgClassName
{
background-color: #C1CBF9;
}
</style>
border-color css
<style>
span { border-color: #C1CBF9; }
span { border-color: rgb(193,203,249); }
td.TdClassName
{
border-color: #C1CBF9;
}
.TagClassName
{
border-color: #C1CBF9;
}
</style>