Shades of Lavender Grey #C9C6DA
Tints of Lavender Grey #C9C6DA
RGB
CMYK
RGB Variations
Color information
#C9C6DA (or 0xC9C6DA) is known color: Lavender Grey. HEX triplet: C9, C6 and DA. RGB value is (201,198,218). Sum of RGB (Red+Green+Blue) = 201+198+218=617 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.58% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9C6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C6DA is #363925. Grayscale: #C9C9C9. Windows color (decimal): -3553574 or 14337737. OLE color: 14337737.
HSL color Cylindrical-coordinate representation of color #C9C6DA: hue angle of 249º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9C6DA is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 201 | 198 | 218 | - |
CMYK | 0.08 | 0.09 | 0 | 0.15 |
HSL | 249º | 0.21% | 0.82% | - |
HSV(B) | 249º | 0.09% | 0.85% | - |
XYZ | 56.94 | 57.87 | 74.5 | - |
YUV | 201.18 | 137.49 | 127.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 198 | 218 | 0.08 | 0.09 | 0 | 0.15 | 249 | 0.21 | 0.82 |
Hex | C9 | C6 | DA | 8 | 9 | 0 | F | F9 | 15 | 52 |
Octal | 311 | 306 | 332 | 10 | 11 | 0 | 17 | 371 | 25 | 122 |
Binary | 11001001 | 11000110 | 11011010 | 1000 | 1001 | 0 | 1111 | 11111001 | 10101 | 1010010 |
Color Harmonies of #C9C6DA
Complementary color
Monochromatic Colors of #C9C6DA
Black with #C9C6DA
Text Example
Text Example
White with #C9C6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C6DA; }
p { color: rgb(201,198,218); }
H1.HeaderClassName
{
color: #C9C6DA;
}
.AnyTagClassName
{
color: #C9C6DA;
}
</style>
background-color css
<style>
a { background-color: #C9C6DA; }
a { background-color: rgb(201,198,218); }
div.DivClassName
{
background-color: #C9C6DA;
}
.BgClassName
{
background-color: #C9C6DA;
}
</style>
border-color css
<style>
span { border-color: #C9C6DA; }
span { border-color: rgb(201,198,218); }
td.TdClassName
{
border-color: #C9C6DA;
}
.TagClassName
{
border-color: #C9C6DA;
}
</style>