Shades of Lavender Blue #C5C9FE
Tints of Lavender Blue #C5C9FE
RGB
CMYK
RGB Variations
Color information
#C5C9FE (or 0xC5C9FE) is known color: Lavender Blue. HEX triplet: C5, C9 and FE. RGB value is (197,201,254). Sum of RGB (Red+Green+Blue) = 197+201+254=652 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.21% from 652); Green value is 201 (78.91% from 255 or 30.83% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5C9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C9FE is #3A3601. Grayscale: #CDCDCD. Windows color (decimal): -3814914 or 16697797. OLE color: 16697797.
HSL color Cylindrical-coordinate representation of color #C5C9FE: hue angle of 235.79º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5C9FE is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 201 | 254 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.00 |
| HSL | 235.79º | 0.97% | 0.88% | - |
| HSV(B) | 235.79º | 0.22% | 1% | - |
| XYZ | 61.8 | 60.8 | 102.24 | - |
| YUV | 205.85 | 155.17 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 254 | 0.22 | 0.21 | 0 | 0.00 | 235.79 | 0.97 | 0.88 |
| Hex | C5 | C9 | FE | 16 | 15 | 0 | 0 | EC | 61 | 58 |
| Octal | 305 | 311 | 376 | 26 | 25 | 0 | 0 | 354 | 141 | 130 |
| Binary | 11000101 | 11001001 | 11111110 | 10110 | 10101 | 0 | 0 | 11101100 | 1100001 | 1011000 |
Color Harmonies of #C5C9FE
Complementary color
Monochromatic Colors of #C5C9FE
Black with #C5C9FE
Text Example
Text Example
White with #C5C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C9FE; }
p { color: rgb(197,201,254); }
H1.HeaderClassName
{
color: #C5C9FE;
}
.AnyTagClassName
{
color: #C5C9FE;
}
</style>
background-color css
<style>
a { background-color: #C5C9FE; }
a { background-color: rgb(197,201,254); }
div.DivClassName
{
background-color: #C5C9FE;
}
.BgClassName
{
background-color: #C5C9FE;
}
</style>
border-color css
<style>
span { border-color: #C5C9FE; }
span { border-color: rgb(197,201,254); }
td.TdClassName
{
border-color: #C5C9FE;
}
.TagClassName
{
border-color: #C5C9FE;
}
</style>