Shades of Lavender Blue #C5C4EF
Tints of Lavender Blue #C5C4EF
RGB
CMYK
RGB Variations
Color information
#C5C4EF (or 0xC5C4EF) is known color: Lavender Blue. HEX triplet: C5, C4 and EF. RGB value is (197,196,239). Sum of RGB (Red+Green+Blue) = 197+196+239=632 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.17% from 632); Green value is 196 (76.95% from 255 or 31.01% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5C4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C4EF is #3A3B10. Grayscale: #C9C9C9. Windows color (decimal): -3816209 or 15713477. OLE color: 15713477.
HSL color Cylindrical-coordinate representation of color #C5C4EF: hue angle of 241.4º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5C4EF is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 196 | 239 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.06 |
| HSL | 241.4º | 0.57% | 0.85% | - |
| HSV(B) | 241.4º | 0.18% | 0.94% | - |
| XYZ | 58.35 | 57.58 | 89.7 | - |
| YUV | 201.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 239 | 0.18 | 0.18 | 0 | 0.06 | 241.4 | 0.57 | 0.85 |
| Hex | C5 | C4 | EF | 12 | 12 | 0 | 6 | F1 | 39 | 55 |
| Octal | 305 | 304 | 357 | 22 | 22 | 0 | 6 | 361 | 71 | 125 |
| Binary | 11000101 | 11000100 | 11101111 | 10010 | 10010 | 0 | 110 | 11110001 | 111001 | 1010101 |
Color Harmonies of #C5C4EF
Complementary color
Monochromatic Colors of #C5C4EF
Black with #C5C4EF
Text Example
Text Example
White with #C5C4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C4EF; }
p { color: rgb(197,196,239); }
H1.HeaderClassName
{
color: #C5C4EF;
}
.AnyTagClassName
{
color: #C5C4EF;
}
</style>
background-color css
<style>
a { background-color: #C5C4EF; }
a { background-color: rgb(197,196,239); }
div.DivClassName
{
background-color: #C5C4EF;
}
.BgClassName
{
background-color: #C5C4EF;
}
</style>
border-color css
<style>
span { border-color: #C5C4EF; }
span { border-color: rgb(197,196,239); }
td.TdClassName
{
border-color: #C5C4EF;
}
.TagClassName
{
border-color: #C5C4EF;
}
</style>