Shades of Lavender Blue #C5CFFC
Tints of Lavender Blue #C5CFFC
RGB
CMYK
RGB Variations
Color information
#C5CFFC (or 0xC5CFFC) is known color: Lavender Blue. HEX triplet: C5, CF and FC. RGB value is (197,207,252). Sum of RGB (Red+Green+Blue) = 197+207+252=656 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.03% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5CFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CFFC is #3A3003. Grayscale: #D0D0D0. Windows color (decimal): -3813380 or 16568261. OLE color: 16568261.
HSL color Cylindrical-coordinate representation of color #C5CFFC: hue angle of 229.09º 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 #C5CFFC is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 207 | 252 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.01 |
| HSL | 229.09º | 0.9% | 0.88% | - |
| HSV(B) | 229.09º | 0.22% | 0.99% | - |
| XYZ | 62.91 | 63.52 | 101.04 | - |
| YUV | 209.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 252 | 0.22 | 0.18 | 0 | 0.01 | 229.09 | 0.9 | 0.88 |
| Hex | C5 | CF | FC | 16 | 12 | 0 | 1 | E5 | 5A | 58 |
| Octal | 305 | 317 | 374 | 26 | 22 | 0 | 1 | 345 | 132 | 130 |
| Binary | 11000101 | 11001111 | 11111100 | 10110 | 10010 | 0 | 1 | 11100101 | 1011010 | 1011000 |
Color Harmonies of #C5CFFC
Complementary color
Monochromatic Colors of #C5CFFC
Black with #C5CFFC
Text Example
Text Example
White with #C5CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CFFC; }
p { color: rgb(197,207,252); }
H1.HeaderClassName
{
color: #C5CFFC;
}
.AnyTagClassName
{
color: #C5CFFC;
}
</style>
background-color css
<style>
a { background-color: #C5CFFC; }
a { background-color: rgb(197,207,252); }
div.DivClassName
{
background-color: #C5CFFC;
}
.BgClassName
{
background-color: #C5CFFC;
}
</style>
border-color css
<style>
span { border-color: #C5CFFC; }
span { border-color: rgb(197,207,252); }
td.TdClassName
{
border-color: #C5CFFC;
}
.TagClassName
{
border-color: #C5CFFC;
}
</style>