Shades of Lavender Blue #C4C3EE
Tints of Lavender Blue #C4C3EE
RGB
CMYK
RGB Variations
Color information
#C4C3EE (or 0xC4C3EE) is known color: Lavender Blue. HEX triplet: C4, C3 and EE. RGB value is (196,195,238). Sum of RGB (Red+Green+Blue) = 196+195+238=629 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.16% from 629); Green value is 195 (76.56% from 255 or 31.00% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #C4C3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C3EE is #3B3C11. Grayscale: #C8C8C8. Windows color (decimal): -3882002 or 15647684. OLE color: 15647684.
HSL color Cylindrical-coordinate representation of color #C4C3EE: hue angle of 241.4º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4C3EE is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 195 | 238 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.07 |
| HSL | 241.4º | 0.56% | 0.85% | - |
| HSV(B) | 241.4º | 0.18% | 0.93% | - |
| XYZ | 57.71 | 56.94 | 88.84 | - |
| YUV | 200.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 195 | 238 | 0.18 | 0.18 | 0 | 0.07 | 241.4 | 0.56 | 0.85 |
| Hex | C4 | C3 | EE | 12 | 12 | 0 | 7 | F1 | 38 | 55 |
| Octal | 304 | 303 | 356 | 22 | 22 | 0 | 7 | 361 | 70 | 125 |
| Binary | 11000100 | 11000011 | 11101110 | 10010 | 10010 | 0 | 111 | 11110001 | 111000 | 1010101 |
Color Harmonies of #C4C3EE
Complementary color
Monochromatic Colors of #C4C3EE
Black with #C4C3EE
Text Example
Text Example
White with #C4C3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C3EE; }
p { color: rgb(196,195,238); }
H1.HeaderClassName
{
color: #C4C3EE;
}
.AnyTagClassName
{
color: #C4C3EE;
}
</style>
background-color css
<style>
a { background-color: #C4C3EE; }
a { background-color: rgb(196,195,238); }
div.DivClassName
{
background-color: #C4C3EE;
}
.BgClassName
{
background-color: #C4C3EE;
}
</style>
border-color css
<style>
span { border-color: #C4C3EE; }
span { border-color: rgb(196,195,238); }
td.TdClassName
{
border-color: #C4C3EE;
}
.TagClassName
{
border-color: #C4C3EE;
}
</style>