Shades of Lavender Grey #C9C7E0
Tints of Lavender Grey #C9C7E0
RGB
CMYK
RGB Variations
Color information
#C9C7E0 (or 0xC9C7E0) is known color: Lavender Grey. HEX triplet: C9, C7 and E0. RGB value is (201,199,224). Sum of RGB (Red+Green+Blue) = 201+199+224=624 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.21% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 224 (87.89% from 255 or 35.90% from 624); Max value from RGB is 224 - color contains mainly: blue. Hex color #C9C7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C7E0 is #36381F. Grayscale: #CACACA. Windows color (decimal): -3553312 or 14731209. OLE color: 14731209.
HSL color Cylindrical-coordinate representation of color #C9C7E0: hue angle of 244.8º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9C7E0 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 199 | 224 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.12 |
| HSL | 244.8º | 0.29% | 0.83% | - |
| HSV(B) | 244.8º | 0.11% | 0.88% | - |
| XYZ | 57.97 | 58.65 | 78.79 | - |
| YUV | 202.45 | 140.16 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 199 | 224 | 0.10 | 0.11 | 0 | 0.12 | 244.8 | 0.29 | 0.83 |
| Hex | C9 | C7 | E0 | A | B | 0 | C | F5 | 1D | 53 |
| Octal | 311 | 307 | 340 | 12 | 13 | 0 | 14 | 365 | 35 | 123 |
| Binary | 11001001 | 11000111 | 11100000 | 1010 | 1011 | 0 | 1100 | 11110101 | 11101 | 1010011 |
Color Harmonies of #C9C7E0
Complementary color
Monochromatic Colors of #C9C7E0
Black with #C9C7E0
Text Example
Text Example
White with #C9C7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C7E0; }
p { color: rgb(201,199,224); }
H1.HeaderClassName
{
color: #C9C7E0;
}
.AnyTagClassName
{
color: #C9C7E0;
}
</style>
background-color css
<style>
a { background-color: #C9C7E0; }
a { background-color: rgb(201,199,224); }
div.DivClassName
{
background-color: #C9C7E0;
}
.BgClassName
{
background-color: #C9C7E0;
}
</style>
border-color css
<style>
span { border-color: #C9C7E0; }
span { border-color: rgb(201,199,224); }
td.TdClassName
{
border-color: #C9C7E0;
}
.TagClassName
{
border-color: #C9C7E0;
}
</style>