Shades of Lavender Grey #C4C3EA
Tints of Lavender Grey #C4C3EA
RGB
CMYK
RGB Variations
Color information
#C4C3EA (or 0xC4C3EA) is known color: Lavender Grey. HEX triplet: C4, C3 and EA. RGB value is (196,195,234). Sum of RGB (Red+Green+Blue) = 196+195+234=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 195 (76.56% from 255 or 31.2% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4C3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C3EA is #3B3C15. Grayscale: #C7C7C7. Windows color (decimal): -3882006 or 15385540. OLE color: 15385540.
HSL color Cylindrical-coordinate representation of color #C4C3EA: hue angle of 241.54º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4C3EA is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 195 | 234 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.08 |
| HSL | 241.54º | 0.48% | 0.84% | - |
| HSV(B) | 241.54º | 0.17% | 0.92% | - |
| XYZ | 57.13 | 56.71 | 85.78 | - |
| YUV | 199.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 195 | 234 | 0.16 | 0.17 | 0 | 0.08 | 241.54 | 0.48 | 0.84 |
| Hex | C4 | C3 | EA | 10 | 11 | 0 | 8 | F2 | 30 | 54 |
| Octal | 304 | 303 | 352 | 20 | 21 | 0 | 10 | 362 | 60 | 124 |
| Binary | 11000100 | 11000011 | 11101010 | 10000 | 10001 | 0 | 1000 | 11110010 | 110000 | 1010100 |
Color Harmonies of #C4C3EA
Complementary color
Monochromatic Colors of #C4C3EA
Black with #C4C3EA
Text Example
Text Example
White with #C4C3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C3EA; }
p { color: rgb(196,195,234); }
H1.HeaderClassName
{
color: #C4C3EA;
}
.AnyTagClassName
{
color: #C4C3EA;
}
</style>
background-color css
<style>
a { background-color: #C4C3EA; }
a { background-color: rgb(196,195,234); }
div.DivClassName
{
background-color: #C4C3EA;
}
.BgClassName
{
background-color: #C4C3EA;
}
</style>
border-color css
<style>
span { border-color: #C4C3EA; }
span { border-color: rgb(196,195,234); }
td.TdClassName
{
border-color: #C4C3EA;
}
.TagClassName
{
border-color: #C4C3EA;
}
</style>