Shades of Lavender Grey #C6C7D0
Tints of Lavender Grey #C6C7D0
RGB
CMYK
RGB Variations
Color information
#C6C7D0 (or 0xC6C7D0) is known color: Lavender Grey. HEX triplet: C6, C7 and D0. RGB value is (198,199,208). Sum of RGB (Red+Green+Blue) = 198+199+208=605 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.73% from 605); Green value is 199 (78.12% from 255 or 32.89% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 208 - color contains mainly: blue. Hex color #C6C7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C7D0 is #39382F. Grayscale: #C7C7C7. Windows color (decimal): -3749936 or 13682630. OLE color: 13682630.
HSL color Cylindrical-coordinate representation of color #C6C7D0: hue angle of 234º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C6C7D0 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 198 | 199 | 208 | - |
CMYK | 0.05 | 0.04 | 0 | 0.18 |
HSL | 234º | 0.1% | 0.8% | - |
HSV(B) | 234º | 0.05% | 0.82% | - |
XYZ | 55.1 | 57.41 | 67.85 | - |
YUV | 199.73 | 132.67 | 126.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 199 | 208 | 0.05 | 0.04 | 0 | 0.18 | 234 | 0.1 | 0.8 |
Hex | C6 | C7 | D0 | 5 | 4 | 0 | 12 | EA | A | 50 |
Octal | 306 | 307 | 320 | 5 | 4 | 0 | 22 | 352 | 12 | 120 |
Binary | 11000110 | 11000111 | 11010000 | 101 | 100 | 0 | 10010 | 11101010 | 1010 | 1010000 |
Color Harmonies of #C6C7D0
Complementary color
Monochromatic Colors of #C6C7D0
Black with #C6C7D0
Text Example
Text Example
White with #C6C7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C7D0; }
p { color: rgb(198,199,208); }
H1.HeaderClassName
{
color: #C6C7D0;
}
.AnyTagClassName
{
color: #C6C7D0;
}
</style>
background-color css
<style>
a { background-color: #C6C7D0; }
a { background-color: rgb(198,199,208); }
div.DivClassName
{
background-color: #C6C7D0;
}
.BgClassName
{
background-color: #C6C7D0;
}
</style>
border-color css
<style>
span { border-color: #C6C7D0; }
span { border-color: rgb(198,199,208); }
td.TdClassName
{
border-color: #C6C7D0;
}
.TagClassName
{
border-color: #C6C7D0;
}
</style>