Shades of Lavender Grey #C6C5E6
Tints of Lavender Grey #C6C5E6
RGB
CMYK
RGB Variations
Color information
#C6C5E6 (or 0xC6C5E6) is known color: Lavender Grey. HEX triplet: C6, C5 and E6. RGB value is (198,197,230). Sum of RGB (Red+Green+Blue) = 198+197+230=625 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.68% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #C6C5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C5E6 is #393A19. Grayscale: #C8C8C8. Windows color (decimal): -3750426 or 15123910. OLE color: 15123910.
HSL color Cylindrical-coordinate representation of color #C6C5E6: hue angle of 241.82º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6C5E6 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 198 | 197 | 230 | - |
CMYK | 0.14 | 0.14 | 0 | 0.10 |
HSL | 241.82º | 0.4% | 0.84% | - |
HSV(B) | 241.82º | 0.14% | 0.9% | - |
XYZ | 57.54 | 57.65 | 82.96 | - |
YUV | 201.06 | 144.33 | 125.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 197 | 230 | 0.14 | 0.14 | 0 | 0.10 | 241.82 | 0.4 | 0.84 |
Hex | C6 | C5 | E6 | E | E | 0 | A | F2 | 28 | 54 |
Octal | 306 | 305 | 346 | 16 | 16 | 0 | 12 | 362 | 50 | 124 |
Binary | 11000110 | 11000101 | 11100110 | 1110 | 1110 | 0 | 1010 | 11110010 | 101000 | 1010100 |
Color Harmonies of #C6C5E6
Complementary color
Monochromatic Colors of #C6C5E6
Black with #C6C5E6
Text Example
Text Example
White with #C6C5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C5E6; }
p { color: rgb(198,197,230); }
H1.HeaderClassName
{
color: #C6C5E6;
}
.AnyTagClassName
{
color: #C6C5E6;
}
</style>
background-color css
<style>
a { background-color: #C6C5E6; }
a { background-color: rgb(198,197,230); }
div.DivClassName
{
background-color: #C6C5E6;
}
.BgClassName
{
background-color: #C6C5E6;
}
</style>
border-color css
<style>
span { border-color: #C6C5E6; }
span { border-color: rgb(198,197,230); }
td.TdClassName
{
border-color: #C6C5E6;
}
.TagClassName
{
border-color: #C6C5E6;
}
</style>