Shades of Lavender Blue #C4C0EE
Tints of Lavender Blue #C4C0EE
RGB
CMYK
RGB Variations
Color information
#C4C0EE (or 0xC4C0EE) is known color: Lavender Blue. HEX triplet: C4, C0 and EE. RGB value is (196,192,238). Sum of RGB (Red+Green+Blue) = 196+192+238=626 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.31% from 626); Green value is 192 (75.39% from 255 or 30.67% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #C4C0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C0EE is #3B3F11. Grayscale: #C6C6C6. Windows color (decimal): -3882770 or 15646916. OLE color: 15646916.
HSL color Cylindrical-coordinate representation of color #C4C0EE: hue angle of 245.22º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4C0EE is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 192 | 238 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.07 |
| HSL | 245.22º | 0.58% | 0.84% | - |
| HSV(B) | 245.22º | 0.19% | 0.93% | - |
| XYZ | 57.05 | 55.61 | 88.62 | - |
| YUV | 198.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 238 | 0.18 | 0.19 | 0 | 0.07 | 245.22 | 0.58 | 0.84 |
| Hex | C4 | C0 | EE | 12 | 13 | 0 | 7 | F5 | 3A | 54 |
| Octal | 304 | 300 | 356 | 22 | 23 | 0 | 7 | 365 | 72 | 124 |
| Binary | 11000100 | 11000000 | 11101110 | 10010 | 10011 | 0 | 111 | 11110101 | 111010 | 1010100 |
Color Harmonies of #C4C0EE
Complementary color
Monochromatic Colors of #C4C0EE
Black with #C4C0EE
Text Example
Text Example
White with #C4C0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C0EE; }
p { color: rgb(196,192,238); }
H1.HeaderClassName
{
color: #C4C0EE;
}
.AnyTagClassName
{
color: #C4C0EE;
}
</style>
background-color css
<style>
a { background-color: #C4C0EE; }
a { background-color: rgb(196,192,238); }
div.DivClassName
{
background-color: #C4C0EE;
}
.BgClassName
{
background-color: #C4C0EE;
}
</style>
border-color css
<style>
span { border-color: #C4C0EE; }
span { border-color: rgb(196,192,238); }
td.TdClassName
{
border-color: #C4C0EE;
}
.TagClassName
{
border-color: #C4C0EE;
}
</style>