Shades of Lavender Blue #C1CBFF
Tints of Lavender Blue #C1CBFF
RGB
CMYK
RGB Variations
Color information
#C1CBFF (or 0xC1CBFF) is known color: Lavender Blue. HEX triplet: C1, CB and FF. RGB value is (193,203,255). Sum of RGB (Red+Green+Blue) = 193+203+255=651 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.65% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CBFF is #3E3400. Grayscale: #CDCDCD. Windows color (decimal): -4076545 or 16763841. OLE color: 16763841.
HSL color Cylindrical-coordinate representation of color #C1CBFF: hue angle of 230.32º 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 #C1CBFF is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 203 | 255 | - |
| CMYK | 0.24 | 0.20 | 0 | 0 |
| HSL | 230.32º | 1% | 0.88% | - |
| HSV(B) | 230.32º | 0.24% | 1% | - |
| XYZ | 61.4 | 61.27 | 103.2 | - |
| YUV | 205.94 | 155.69 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 203 | 255 | 0.24 | 0.20 | 0 | 0 | 230.32 | 1 | 0.88 |
| Hex | C1 | CB | FF | 18 | 14 | 0 | 0 | E6 | 64 | 58 |
| Octal | 301 | 313 | 377 | 30 | 24 | 0 | 0 | 346 | 144 | 130 |
| Binary | 11000001 | 11001011 | 11111111 | 11000 | 10100 | 0 | 0 | 11100110 | 1100100 | 1011000 |
Color Harmonies of #C1CBFF
Complementary color
Monochromatic Colors of #C1CBFF
Black with #C1CBFF
Text Example
Text Example
White with #C1CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CBFF; }
p { color: rgb(193,203,255); }
H1.HeaderClassName
{
color: #C1CBFF;
}
.AnyTagClassName
{
color: #C1CBFF;
}
</style>
background-color css
<style>
a { background-color: #C1CBFF; }
a { background-color: rgb(193,203,255); }
div.DivClassName
{
background-color: #C1CBFF;
}
.BgClassName
{
background-color: #C1CBFF;
}
</style>
border-color css
<style>
span { border-color: #C1CBFF; }
span { border-color: rgb(193,203,255); }
td.TdClassName
{
border-color: #C1CBFF;
}
.TagClassName
{
border-color: #C1CBFF;
}
</style>