Shades of Lavender Blue #C1CBFC
Tints of Lavender Blue #C1CBFC
RGB
CMYK
RGB Variations
Color information
#C1CBFC (or 0xC1CBFC) is known color: Lavender Blue. HEX triplet: C1, CB and FC. RGB value is (193,203,252). Sum of RGB (Red+Green+Blue) = 193+203+252=648 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.78% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1CBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CBFC is #3E3403. Grayscale: #CDCDCD. Windows color (decimal): -4076548 or 16567233. OLE color: 16567233.
HSL color Cylindrical-coordinate representation of color #C1CBFC: hue angle of 229.83º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1CBFC is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 203 | 252 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.01 |
| HSL | 229.83º | 0.91% | 0.87% | - |
| HSV(B) | 229.83º | 0.23% | 0.99% | - |
| XYZ | 60.92 | 61.08 | 100.67 | - |
| YUV | 205.6 | 154.19 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 203 | 252 | 0.23 | 0.19 | 0 | 0.01 | 229.83 | 0.91 | 0.87 |
| Hex | C1 | CB | FC | 17 | 13 | 0 | 1 | E6 | 5B | 57 |
| Octal | 301 | 313 | 374 | 27 | 23 | 0 | 1 | 346 | 133 | 127 |
| Binary | 11000001 | 11001011 | 11111100 | 10111 | 10011 | 0 | 1 | 11100110 | 1011011 | 1010111 |
Color Harmonies of #C1CBFC
Complementary color
Monochromatic Colors of #C1CBFC
Black with #C1CBFC
Text Example
Text Example
White with #C1CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CBFC; }
p { color: rgb(193,203,252); }
H1.HeaderClassName
{
color: #C1CBFC;
}
.AnyTagClassName
{
color: #C1CBFC;
}
</style>
background-color css
<style>
a { background-color: #C1CBFC; }
a { background-color: rgb(193,203,252); }
div.DivClassName
{
background-color: #C1CBFC;
}
.BgClassName
{
background-color: #C1CBFC;
}
</style>
border-color css
<style>
span { border-color: #C1CBFC; }
span { border-color: rgb(193,203,252); }
td.TdClassName
{
border-color: #C1CBFC;
}
.TagClassName
{
border-color: #C1CBFC;
}
</style>