Shades of Lavender Grey #C6C4EA
Tints of Lavender Grey #C6C4EA
RGB
CMYK
RGB Variations
Color information
#C6C4EA (or 0xC6C4EA) is known color: Lavender Grey. HEX triplet: C6, C4 and EA. RGB value is (198,196,234). Sum of RGB (Red+Green+Blue) = 198+196+234=628 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.53% from 628); Green value is 196 (76.95% from 255 or 31.21% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6C4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C4EA is #393B15. Grayscale: #C8C8C8. Windows color (decimal): -3750678 or 15385798. OLE color: 15385798.
HSL color Cylindrical-coordinate representation of color #C6C4EA: hue angle of 243.16º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6C4EA is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 196 | 234 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.08 |
| HSL | 243.16º | 0.48% | 0.84% | - |
| HSV(B) | 243.16º | 0.16% | 0.92% | - |
| XYZ | 57.88 | 57.43 | 85.88 | - |
| YUV | 200.93 | 146.66 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 196 | 234 | 0.15 | 0.16 | 0 | 0.08 | 243.16 | 0.48 | 0.84 |
| Hex | C6 | C4 | EA | F | 10 | 0 | 8 | F3 | 30 | 54 |
| Octal | 306 | 304 | 352 | 17 | 20 | 0 | 10 | 363 | 60 | 124 |
| Binary | 11000110 | 11000100 | 11101010 | 1111 | 10000 | 0 | 1000 | 11110011 | 110000 | 1010100 |
Color Harmonies of #C6C4EA
Complementary color
Monochromatic Colors of #C6C4EA
Black with #C6C4EA
Text Example
Text Example
White with #C6C4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C4EA; }
p { color: rgb(198,196,234); }
H1.HeaderClassName
{
color: #C6C4EA;
}
.AnyTagClassName
{
color: #C6C4EA;
}
</style>
background-color css
<style>
a { background-color: #C6C4EA; }
a { background-color: rgb(198,196,234); }
div.DivClassName
{
background-color: #C6C4EA;
}
.BgClassName
{
background-color: #C6C4EA;
}
</style>
border-color css
<style>
span { border-color: #C6C4EA; }
span { border-color: rgb(198,196,234); }
td.TdClassName
{
border-color: #C6C4EA;
}
.TagClassName
{
border-color: #C6C4EA;
}
</style>