Shades of Lavender Blue #C5CFFA
Tints of Lavender Blue #C5CFFA
RGB
CMYK
RGB Variations
Color information
#C5CFFA (or 0xC5CFFA) is known color: Lavender Blue. HEX triplet: C5, CF and FA. RGB value is (197,207,250). Sum of RGB (Red+Green+Blue) = 197+207+250=654 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.12% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5CFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CFFA is #3A3005. Grayscale: #D0D0D0. Windows color (decimal): -3813382 or 16437189. OLE color: 16437189.
HSL color Cylindrical-coordinate representation of color #C5CFFA: hue angle of 228.68º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5CFFA is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 207 | 250 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.02 |
| HSL | 228.68º | 0.84% | 0.88% | - |
| HSV(B) | 228.68º | 0.21% | 0.98% | - |
| XYZ | 62.59 | 63.4 | 99.38 | - |
| YUV | 208.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 250 | 0.21 | 0.17 | 0 | 0.02 | 228.68 | 0.84 | 0.88 |
| Hex | C5 | CF | FA | 15 | 11 | 0 | 2 | E5 | 54 | 58 |
| Octal | 305 | 317 | 372 | 25 | 21 | 0 | 2 | 345 | 124 | 130 |
| Binary | 11000101 | 11001111 | 11111010 | 10101 | 10001 | 0 | 10 | 11100101 | 1010100 | 1011000 |
Color Harmonies of #C5CFFA
Complementary color
Monochromatic Colors of #C5CFFA
Black with #C5CFFA
Text Example
Text Example
White with #C5CFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CFFA; }
p { color: rgb(197,207,250); }
H1.HeaderClassName
{
color: #C5CFFA;
}
.AnyTagClassName
{
color: #C5CFFA;
}
</style>
background-color css
<style>
a { background-color: #C5CFFA; }
a { background-color: rgb(197,207,250); }
div.DivClassName
{
background-color: #C5CFFA;
}
.BgClassName
{
background-color: #C5CFFA;
}
</style>
border-color css
<style>
span { border-color: #C5CFFA; }
span { border-color: rgb(197,207,250); }
td.TdClassName
{
border-color: #C5CFFA;
}
.TagClassName
{
border-color: #C5CFFA;
}
</style>