Shades of Lavender Blue #C5CBFC
Tints of Lavender Blue #C5CBFC
RGB
CMYK
RGB Variations
Color information
#C5CBFC (or 0xC5CBFC) is known color: Lavender Blue. HEX triplet: C5, CB and FC. RGB value is (197,203,252). Sum of RGB (Red+Green+Blue) = 197+203+252=652 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.21% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5CBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CBFC is #3A3403. Grayscale: #CECECE. Windows color (decimal): -3814404 or 16567237. OLE color: 16567237.
HSL color Cylindrical-coordinate representation of color #C5CBFC: hue angle of 233.45º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5CBFC is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 203 | 252 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.01 |
| HSL | 233.45º | 0.9% | 0.88% | - |
| HSV(B) | 233.45º | 0.22% | 0.99% | - |
| XYZ | 61.95 | 61.61 | 100.72 | - |
| YUV | 206.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 203 | 252 | 0.22 | 0.19 | 0 | 0.01 | 233.45 | 0.9 | 0.88 |
| Hex | C5 | CB | FC | 16 | 13 | 0 | 1 | E9 | 5A | 58 |
| Octal | 305 | 313 | 374 | 26 | 23 | 0 | 1 | 351 | 132 | 130 |
| Binary | 11000101 | 11001011 | 11111100 | 10110 | 10011 | 0 | 1 | 11101001 | 1011010 | 1011000 |
Color Harmonies of #C5CBFC
Complementary color
Monochromatic Colors of #C5CBFC
Black with #C5CBFC
Text Example
Text Example
White with #C5CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CBFC; }
p { color: rgb(197,203,252); }
H1.HeaderClassName
{
color: #C5CBFC;
}
.AnyTagClassName
{
color: #C5CBFC;
}
</style>
background-color css
<style>
a { background-color: #C5CBFC; }
a { background-color: rgb(197,203,252); }
div.DivClassName
{
background-color: #C5CBFC;
}
.BgClassName
{
background-color: #C5CBFC;
}
</style>
border-color css
<style>
span { border-color: #C5CBFC; }
span { border-color: rgb(197,203,252); }
td.TdClassName
{
border-color: #C5CBFC;
}
.TagClassName
{
border-color: #C5CBFC;
}
</style>