Shades of Lavender Blue #C1C9FF
Tints of Lavender Blue #C1C9FF
RGB
CMYK
RGB Variations
Color information
#C1C9FF (or 0xC1C9FF) is known color: Lavender Blue. HEX triplet: C1, C9 and FF. RGB value is (193,201,255). Sum of RGB (Red+Green+Blue) = 193+201+255=649 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.74% from 649); Green value is 201 (78.91% from 255 or 30.97% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1C9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1C9FF is #3E3600. Grayscale: #CCCCCC. Windows color (decimal): -4077057 or 16763329. OLE color: 16763329.
HSL color Cylindrical-coordinate representation of color #C1C9FF: hue angle of 232.26º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1C9FF is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 201 | 255 | - |
| CMYK | 0.24 | 0.21 | 0 | 0 |
| HSL | 232.26º | 1% | 0.88% | - |
| HSV(B) | 232.26º | 0.24% | 1% | - |
| XYZ | 60.93 | 60.33 | 103.04 | - |
| YUV | 204.76 | 156.35 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 201 | 255 | 0.24 | 0.21 | 0 | 0 | 232.26 | 1 | 0.88 |
| Hex | C1 | C9 | FF | 18 | 15 | 0 | 0 | E8 | 64 | 58 |
| Octal | 301 | 311 | 377 | 30 | 25 | 0 | 0 | 350 | 144 | 130 |
| Binary | 11000001 | 11001001 | 11111111 | 11000 | 10101 | 0 | 0 | 11101000 | 1100100 | 1011000 |
Color Harmonies of #C1C9FF
Complementary color
Monochromatic Colors of #C1C9FF
Black with #C1C9FF
Text Example
Text Example
White with #C1C9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C9FF; }
p { color: rgb(193,201,255); }
H1.HeaderClassName
{
color: #C1C9FF;
}
.AnyTagClassName
{
color: #C1C9FF;
}
</style>
background-color css
<style>
a { background-color: #C1C9FF; }
a { background-color: rgb(193,201,255); }
div.DivClassName
{
background-color: #C1C9FF;
}
.BgClassName
{
background-color: #C1C9FF;
}
</style>
border-color css
<style>
span { border-color: #C1C9FF; }
span { border-color: rgb(193,201,255); }
td.TdClassName
{
border-color: #C1C9FF;
}
.TagClassName
{
border-color: #C1C9FF;
}
</style>