Shades of Lavender Grey #C9C7DE
Tints of Lavender Grey #C9C7DE
RGB
CMYK
RGB Variations
Color information
#C9C7DE (or 0xC9C7DE) is known color: Lavender Grey. HEX triplet: C9, C7 and DE. RGB value is (201,199,222). Sum of RGB (Red+Green+Blue) = 201+199+222=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 199 (78.12% from 255 or 31.99% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: blue. Hex color #C9C7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C7DE is #363821. Grayscale: #CACACA. Windows color (decimal): -3553314 or 14600137. OLE color: 14600137.
HSL color Cylindrical-coordinate representation of color #C9C7DE: hue angle of 245.22º 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 #C9C7DE is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 199 | 222 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.13 |
| HSL | 245.22º | 0.26% | 0.83% | - |
| HSV(B) | 245.22º | 0.1% | 0.87% | - |
| XYZ | 57.7 | 58.54 | 77.37 | - |
| YUV | 202.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 199 | 222 | 0.09 | 0.10 | 0 | 0.13 | 245.22 | 0.26 | 0.83 |
| Hex | C9 | C7 | DE | 9 | A | 0 | D | F5 | 1A | 53 |
| Octal | 311 | 307 | 336 | 11 | 12 | 0 | 15 | 365 | 32 | 123 |
| Binary | 11001001 | 11000111 | 11011110 | 1001 | 1010 | 0 | 1101 | 11110101 | 11010 | 1010011 |
Color Harmonies of #C9C7DE
Complementary color
Monochromatic Colors of #C9C7DE
Black with #C9C7DE
Text Example
Text Example
White with #C9C7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C7DE; }
p { color: rgb(201,199,222); }
H1.HeaderClassName
{
color: #C9C7DE;
}
.AnyTagClassName
{
color: #C9C7DE;
}
</style>
background-color css
<style>
a { background-color: #C9C7DE; }
a { background-color: rgb(201,199,222); }
div.DivClassName
{
background-color: #C9C7DE;
}
.BgClassName
{
background-color: #C9C7DE;
}
</style>
border-color css
<style>
span { border-color: #C9C7DE; }
span { border-color: rgb(201,199,222); }
td.TdClassName
{
border-color: #C9C7DE;
}
.TagClassName
{
border-color: #C9C7DE;
}
</style>