Shades of Lavender Blue #C4C9FC
Tints of Lavender Blue #C4C9FC
RGB
CMYK
RGB Variations
Color information
#C4C9FC (or 0xC4C9FC) is known color: Lavender Blue. HEX triplet: C4, C9 and FC. RGB value is (196,201,252). Sum of RGB (Red+Green+Blue) = 196+201+252=649 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.20% from 649); Green value is 201 (78.91% from 255 or 30.97% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4C9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C9FC is #3B3603. Grayscale: #CDCDCD. Windows color (decimal): -3880452 or 16566724. OLE color: 16566724.
HSL color Cylindrical-coordinate representation of color #C4C9FC: hue angle of 234.64º 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 #C4C9FC is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 201 | 252 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.01 |
| HSL | 234.64º | 0.9% | 0.88% | - |
| HSV(B) | 234.64º | 0.22% | 0.99% | - |
| XYZ | 61.22 | 60.54 | 100.55 | - |
| YUV | 205.32 | 154.34 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 201 | 252 | 0.22 | 0.20 | 0 | 0.01 | 234.64 | 0.9 | 0.88 |
| Hex | C4 | C9 | FC | 16 | 14 | 0 | 1 | EB | 5A | 58 |
| Octal | 304 | 311 | 374 | 26 | 24 | 0 | 1 | 353 | 132 | 130 |
| Binary | 11000100 | 11001001 | 11111100 | 10110 | 10100 | 0 | 1 | 11101011 | 1011010 | 1011000 |
Color Harmonies of #C4C9FC
Complementary color
Monochromatic Colors of #C4C9FC
Black with #C4C9FC
Text Example
Text Example
White with #C4C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C9FC; }
p { color: rgb(196,201,252); }
H1.HeaderClassName
{
color: #C4C9FC;
}
.AnyTagClassName
{
color: #C4C9FC;
}
</style>
background-color css
<style>
a { background-color: #C4C9FC; }
a { background-color: rgb(196,201,252); }
div.DivClassName
{
background-color: #C4C9FC;
}
.BgClassName
{
background-color: #C4C9FC;
}
</style>
border-color css
<style>
span { border-color: #C4C9FC; }
span { border-color: rgb(196,201,252); }
td.TdClassName
{
border-color: #C4C9FC;
}
.TagClassName
{
border-color: #C4C9FC;
}
</style>