Shades of Lavender Grey #C4C3E3
Tints of Lavender Grey #C4C3E3
RGB
CMYK
RGB Variations
Color information
#C4C3E3 (or 0xC4C3E3) is known color: Lavender Grey. HEX triplet: C4, C3 and E3. RGB value is (196,195,227). Sum of RGB (Red+Green+Blue) = 196+195+227=618 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.72% from 618); Green value is 195 (76.56% from 255 or 31.55% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 227 - color contains mainly: blue. Hex color #C4C3E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C3E3 is #3B3C1C. Grayscale: #C6C6C6. Windows color (decimal): -3882013 or 14926788. OLE color: 14926788.
HSL color Cylindrical-coordinate representation of color #C4C3E3: hue angle of 241.88º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4C3E3 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 195 | 227 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.11 |
| HSL | 241.88º | 0.36% | 0.83% | - |
| HSV(B) | 241.88º | 0.14% | 0.89% | - |
| XYZ | 56.15 | 56.31 | 80.58 | - |
| YUV | 198.95 | 143.83 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 195 | 227 | 0.14 | 0.14 | 0 | 0.11 | 241.88 | 0.36 | 0.83 |
| Hex | C4 | C3 | E3 | E | E | 0 | B | F2 | 24 | 53 |
| Octal | 304 | 303 | 343 | 16 | 16 | 0 | 13 | 362 | 44 | 123 |
| Binary | 11000100 | 11000011 | 11100011 | 1110 | 1110 | 0 | 1011 | 11110010 | 100100 | 1010011 |
Color Harmonies of #C4C3E3
Complementary color
Monochromatic Colors of #C4C3E3
Black with #C4C3E3
Text Example
Text Example
White with #C4C3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C3E3; }
p { color: rgb(196,195,227); }
H1.HeaderClassName
{
color: #C4C3E3;
}
.AnyTagClassName
{
color: #C4C3E3;
}
</style>
background-color css
<style>
a { background-color: #C4C3E3; }
a { background-color: rgb(196,195,227); }
div.DivClassName
{
background-color: #C4C3E3;
}
.BgClassName
{
background-color: #C4C3E3;
}
</style>
border-color css
<style>
span { border-color: #C4C3E3; }
span { border-color: rgb(196,195,227); }
td.TdClassName
{
border-color: #C4C3E3;
}
.TagClassName
{
border-color: #C4C3E3;
}
</style>