Shades of Lavender Grey #C4C3E5
Tints of Lavender Grey #C4C3E5
RGB
CMYK
RGB Variations
Color information
#C4C3E5 (or 0xC4C3E5) is known color: Lavender Grey. HEX triplet: C4, C3 and E5. RGB value is (196,195,229). Sum of RGB (Red+Green+Blue) = 196+195+229=620 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.61% from 620); Green value is 195 (76.56% from 255 or 31.45% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 229 - color contains mainly: blue. Hex color #C4C3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C3E5 is #3B3C1A. Grayscale: #C7C7C7. Windows color (decimal): -3882011 or 15057860. OLE color: 15057860.
HSL color Cylindrical-coordinate representation of color #C4C3E5: hue angle of 241.76º degrees, saturation: 0.4, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4C3E5 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 195 | 229 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.10 |
| HSL | 241.76º | 0.4% | 0.83% | - |
| HSV(B) | 241.76º | 0.15% | 0.9% | - |
| XYZ | 56.42 | 56.42 | 82.05 | - |
| YUV | 199.18 | 144.83 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 195 | 229 | 0.14 | 0.15 | 0 | 0.10 | 241.76 | 0.4 | 0.83 |
| Hex | C4 | C3 | E5 | E | F | 0 | A | F2 | 28 | 53 |
| Octal | 304 | 303 | 345 | 16 | 17 | 0 | 12 | 362 | 50 | 123 |
| Binary | 11000100 | 11000011 | 11100101 | 1110 | 1111 | 0 | 1010 | 11110010 | 101000 | 1010011 |
Color Harmonies of #C4C3E5
Complementary color
Monochromatic Colors of #C4C3E5
Black with #C4C3E5
Text Example
Text Example
White with #C4C3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C3E5; }
p { color: rgb(196,195,229); }
H1.HeaderClassName
{
color: #C4C3E5;
}
.AnyTagClassName
{
color: #C4C3E5;
}
</style>
background-color css
<style>
a { background-color: #C4C3E5; }
a { background-color: rgb(196,195,229); }
div.DivClassName
{
background-color: #C4C3E5;
}
.BgClassName
{
background-color: #C4C3E5;
}
</style>
border-color css
<style>
span { border-color: #C4C3E5; }
span { border-color: rgb(196,195,229); }
td.TdClassName
{
border-color: #C4C3E5;
}
.TagClassName
{
border-color: #C4C3E5;
}
</style>