Shades of Lavender Grey #C9C9DF
Tints of Lavender Grey #C9C9DF
RGB
CMYK
RGB Variations
Color information
#C9C9DF (or 0xC9C9DF) is known color: Lavender Grey. HEX triplet: C9, C9 and DF. RGB value is (201,201,223). Sum of RGB (Red+Green+Blue) = 201+201+223=625 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.16% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9C9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C9DF is #363620. Grayscale: #CBCBCB. Windows color (decimal): -3552801 or 14666185. OLE color: 14666185.
HSL color Cylindrical-coordinate representation of color #C9C9DF: hue angle of 240º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9C9DF is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 201 | 201 | 223 | - |
CMYK | 0.10 | 0.10 | 0 | 0.13 |
HSL | 240º | 0.26% | 0.83% | - |
HSV(B) | 240º | 0.1% | 0.87% | - |
XYZ | 58.29 | 59.52 | 78.23 | - |
YUV | 203.51 | 139 | 126.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 201 | 223 | 0.10 | 0.10 | 0 | 0.13 | 240 | 0.26 | 0.83 |
Hex | C9 | C9 | DF | A | A | 0 | D | F0 | 1A | 53 |
Octal | 311 | 311 | 337 | 12 | 12 | 0 | 15 | 360 | 32 | 123 |
Binary | 11001001 | 11001001 | 11011111 | 1010 | 1010 | 0 | 1101 | 11110000 | 11010 | 1010011 |
Color Harmonies of #C9C9DF
Complementary color
Monochromatic Colors of #C9C9DF
Black with #C9C9DF
Text Example
Text Example
White with #C9C9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C9DF; }
p { color: rgb(201,201,223); }
H1.HeaderClassName
{
color: #C9C9DF;
}
.AnyTagClassName
{
color: #C9C9DF;
}
</style>
background-color css
<style>
a { background-color: #C9C9DF; }
a { background-color: rgb(201,201,223); }
div.DivClassName
{
background-color: #C9C9DF;
}
.BgClassName
{
background-color: #C9C9DF;
}
</style>
border-color css
<style>
span { border-color: #C9C9DF; }
span { border-color: rgb(201,201,223); }
td.TdClassName
{
border-color: #C9C9DF;
}
.TagClassName
{
border-color: #C9C9DF;
}
</style>