Shades of Lavender Blue #C4C1FE
Tints of Lavender Blue #C4C1FE
RGB
CMYK
RGB Variations
Color information
#C4C1FE (or 0xC4C1FE) is known color: Lavender Blue. HEX triplet: C4, C1 and FE. RGB value is (196,193,254). Sum of RGB (Red+Green+Blue) = 196+193+254=643 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.48% from 643); Green value is 193 (75.78% from 255 or 30.02% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4C1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C1FE is #3B3E01. Grayscale: #C8C8C8. Windows color (decimal): -3882498 or 16695748. OLE color: 16695748.
HSL color Cylindrical-coordinate representation of color #C4C1FE: hue angle of 242.95º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4C1FE is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 193 | 254 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.00 |
| HSL | 242.95º | 0.97% | 0.88% | - |
| HSV(B) | 242.95º | 0.24% | 1% | - |
| XYZ | 59.72 | 57.03 | 101.63 | - |
| YUV | 200.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 193 | 254 | 0.23 | 0.24 | 0 | 0.00 | 242.95 | 0.97 | 0.88 |
| Hex | C4 | C1 | FE | 17 | 18 | 0 | 0 | F3 | 61 | 58 |
| Octal | 304 | 301 | 376 | 27 | 30 | 0 | 0 | 363 | 141 | 130 |
| Binary | 11000100 | 11000001 | 11111110 | 10111 | 11000 | 0 | 0 | 11110011 | 1100001 | 1011000 |
Color Harmonies of #C4C1FE
Complementary color
Monochromatic Colors of #C4C1FE
Black with #C4C1FE
Text Example
Text Example
White with #C4C1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C1FE; }
p { color: rgb(196,193,254); }
H1.HeaderClassName
{
color: #C4C1FE;
}
.AnyTagClassName
{
color: #C4C1FE;
}
</style>
background-color css
<style>
a { background-color: #C4C1FE; }
a { background-color: rgb(196,193,254); }
div.DivClassName
{
background-color: #C4C1FE;
}
.BgClassName
{
background-color: #C4C1FE;
}
</style>
border-color css
<style>
span { border-color: #C4C1FE; }
span { border-color: rgb(196,193,254); }
td.TdClassName
{
border-color: #C4C1FE;
}
.TagClassName
{
border-color: #C4C1FE;
}
</style>