Shades of Lavender Blue #C5C9FF
Tints of Lavender Blue #C5C9FF
RGB
CMYK
RGB Variations
Color information
#C5C9FF (or 0xC5C9FF) is known color: Lavender Blue. HEX triplet: C5, C9 and FF. RGB value is (197,201,255). Sum of RGB (Red+Green+Blue) = 197+201+255=653 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.17% from 653); Green value is 201 (78.91% from 255 or 30.78% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5C9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C9FF is #3A3600. Grayscale: #CDCDCD. Windows color (decimal): -3814913 or 16763333. OLE color: 16763333.
HSL color Cylindrical-coordinate representation of color #C5C9FF: hue angle of 235.86º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5C9FF is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 201 | 255 | - |
| CMYK | 0.23 | 0.21 | 0 | 0 |
| HSL | 235.86º | 1% | 0.89% | - |
| HSV(B) | 235.86º | 0.23% | 1% | - |
| XYZ | 61.96 | 60.86 | 103.09 | - |
| YUV | 205.96 | 155.67 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 255 | 0.23 | 0.21 | 0 | 0 | 235.86 | 1 | 0.89 |
| Hex | C5 | C9 | FF | 17 | 15 | 0 | 0 | EC | 64 | 59 |
| Octal | 305 | 311 | 377 | 27 | 25 | 0 | 0 | 354 | 144 | 131 |
| Binary | 11000101 | 11001001 | 11111111 | 10111 | 10101 | 0 | 0 | 11101100 | 1100100 | 1011001 |
Color Harmonies of #C5C9FF
Complementary color
Monochromatic Colors of #C5C9FF
Black with #C5C9FF
Text Example
Text Example
White with #C5C9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C9FF; }
p { color: rgb(197,201,255); }
H1.HeaderClassName
{
color: #C5C9FF;
}
.AnyTagClassName
{
color: #C5C9FF;
}
</style>
background-color css
<style>
a { background-color: #C5C9FF; }
a { background-color: rgb(197,201,255); }
div.DivClassName
{
background-color: #C5C9FF;
}
.BgClassName
{
background-color: #C5C9FF;
}
</style>
border-color css
<style>
span { border-color: #C5C9FF; }
span { border-color: rgb(197,201,255); }
td.TdClassName
{
border-color: #C5C9FF;
}
.TagClassName
{
border-color: #C5C9FF;
}
</style>