Shades of Lavender Grey #C8C9E0
Tints of Lavender Grey #C8C9E0
RGB
CMYK
RGB Variations
Color information
#C8C9E0 (or 0xC8C9E0) is known color: Lavender Grey. HEX triplet: C8, C9 and E0. RGB value is (200,201,224). Sum of RGB (Red+Green+Blue) = 200+201+224=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 224 - color contains mainly: blue. Hex color #C8C9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C9E0 is #37361F. Grayscale: #CBCBCB. Windows color (decimal): -3618336 or 14731720. OLE color: 14731720.
HSL color Cylindrical-coordinate representation of color #C8C9E0: hue angle of 237.5º degrees, saturation: 0.28, 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 #C8C9E0 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 201 | 224 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.12 |
| HSL | 237.5º | 0.28% | 0.83% | - |
| HSV(B) | 237.5º | 0.11% | 0.88% | - |
| XYZ | 58.16 | 59.43 | 78.93 | - |
| YUV | 203.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 201 | 224 | 0.11 | 0.10 | 0 | 0.12 | 237.5 | 0.28 | 0.83 |
| Hex | C8 | C9 | E0 | B | A | 0 | C | EE | 1C | 53 |
| Octal | 310 | 311 | 340 | 13 | 12 | 0 | 14 | 356 | 34 | 123 |
| Binary | 11001000 | 11001001 | 11100000 | 1011 | 1010 | 0 | 1100 | 11101110 | 11100 | 1010011 |
Color Harmonies of #C8C9E0
Complementary color
Monochromatic Colors of #C8C9E0
Black with #C8C9E0
Text Example
Text Example
White with #C8C9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C9E0; }
p { color: rgb(200,201,224); }
H1.HeaderClassName
{
color: #C8C9E0;
}
.AnyTagClassName
{
color: #C8C9E0;
}
</style>
background-color css
<style>
a { background-color: #C8C9E0; }
a { background-color: rgb(200,201,224); }
div.DivClassName
{
background-color: #C8C9E0;
}
.BgClassName
{
background-color: #C8C9E0;
}
</style>
border-color css
<style>
span { border-color: #C8C9E0; }
span { border-color: rgb(200,201,224); }
td.TdClassName
{
border-color: #C8C9E0;
}
.TagClassName
{
border-color: #C8C9E0;
}
</style>