Shades of Lavender Grey #C6C6DB
Tints of Lavender Grey #C6C6DB
RGB
CMYK
RGB Variations
Color information
#C6C6DB (or 0xC6C6DB) is known color: Lavender Grey. HEX triplet: C6, C6 and DB. RGB value is (198,198,219). Sum of RGB (Red+Green+Blue) = 198+198+219=615 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.20% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6C6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C6DB is #393924. Grayscale: #C8C8C8. Windows color (decimal): -3750181 or 14403270. OLE color: 14403270.
HSL color Cylindrical-coordinate representation of color #C6C6DB: hue angle of 240º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6C6DB is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 198 | 198 | 219 | - |
CMYK | 0.10 | 0.10 | 0 | 0.14 |
HSL | 240º | 0.23% | 0.82% | - |
HSV(B) | 240º | 0.1% | 0.86% | - |
XYZ | 56.27 | 57.51 | 75.15 | - |
YUV | 200.39 | 138.5 | 126.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 198 | 219 | 0.10 | 0.10 | 0 | 0.14 | 240 | 0.23 | 0.82 |
Hex | C6 | C6 | DB | A | A | 0 | E | F0 | 17 | 52 |
Octal | 306 | 306 | 333 | 12 | 12 | 0 | 16 | 360 | 27 | 122 |
Binary | 11000110 | 11000110 | 11011011 | 1010 | 1010 | 0 | 1110 | 11110000 | 10111 | 1010010 |
Color Harmonies of #C6C6DB
Complementary color
Monochromatic Colors of #C6C6DB
Black with #C6C6DB
Text Example
Text Example
White with #C6C6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C6DB; }
p { color: rgb(198,198,219); }
H1.HeaderClassName
{
color: #C6C6DB;
}
.AnyTagClassName
{
color: #C6C6DB;
}
</style>
background-color css
<style>
a { background-color: #C6C6DB; }
a { background-color: rgb(198,198,219); }
div.DivClassName
{
background-color: #C6C6DB;
}
.BgClassName
{
background-color: #C6C6DB;
}
</style>
border-color css
<style>
span { border-color: #C6C6DB; }
span { border-color: rgb(198,198,219); }
td.TdClassName
{
border-color: #C6C6DB;
}
.TagClassName
{
border-color: #C6C6DB;
}
</style>