Shades of Lavender Blue #C4C0F3
Tints of Lavender Blue #C4C0F3
RGB
CMYK
RGB Variations
Color information
#C4C0F3 (or 0xC4C0F3) is known color: Lavender Blue. HEX triplet: C4, C0 and F3. RGB value is (196,192,243). Sum of RGB (Red+Green+Blue) = 196+192+243=631 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.06% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #C4C0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C0F3 is #3B3F0C. Grayscale: #C6C6C6. Windows color (decimal): -3882765 or 15974596. OLE color: 15974596.
HSL color Cylindrical-coordinate representation of color #C4C0F3: hue angle of 244.71º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4C0F3 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 192 | 243 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.05 |
| HSL | 244.71º | 0.68% | 0.85% | - |
| HSV(B) | 244.71º | 0.21% | 0.95% | - |
| XYZ | 57.79 | 55.91 | 92.54 | - |
| YUV | 199.01 | 152.83 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 243 | 0.19 | 0.21 | 0 | 0.05 | 244.71 | 0.68 | 0.85 |
| Hex | C4 | C0 | F3 | 13 | 15 | 0 | 5 | F5 | 44 | 55 |
| Octal | 304 | 300 | 363 | 23 | 25 | 0 | 5 | 365 | 104 | 125 |
| Binary | 11000100 | 11000000 | 11110011 | 10011 | 10101 | 0 | 101 | 11110101 | 1000100 | 1010101 |
Color Harmonies of #C4C0F3
Complementary color
Monochromatic Colors of #C4C0F3
Black with #C4C0F3
Text Example
Text Example
White with #C4C0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C0F3; }
p { color: rgb(196,192,243); }
H1.HeaderClassName
{
color: #C4C0F3;
}
.AnyTagClassName
{
color: #C4C0F3;
}
</style>
background-color css
<style>
a { background-color: #C4C0F3; }
a { background-color: rgb(196,192,243); }
div.DivClassName
{
background-color: #C4C0F3;
}
.BgClassName
{
background-color: #C4C0F3;
}
</style>
border-color css
<style>
span { border-color: #C4C0F3; }
span { border-color: rgb(196,192,243); }
td.TdClassName
{
border-color: #C4C0F3;
}
.TagClassName
{
border-color: #C4C0F3;
}
</style>