Shades of Lavender Grey #C7C8DF
Tints of Lavender Grey #C7C8DF
RGB
CMYK
RGB Variations
Color information
#C7C8DF (or 0xC7C8DF) is known color: Lavender Grey. HEX triplet: C7, C8 and DF. RGB value is (199,200,223). Sum of RGB (Red+Green+Blue) = 199+200+223=622 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.99% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7C8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C8DF is #383720. Grayscale: #CACACA. Windows color (decimal): -3684129 or 14665927. OLE color: 14665927.
HSL color Cylindrical-coordinate representation of color #C7C8DF: hue angle of 237.5º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7C8DF is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 200 | 223 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.13 |
| HSL | 237.5º | 0.27% | 0.83% | - |
| HSV(B) | 237.5º | 0.11% | 0.87% | - |
| XYZ | 57.53 | 58.78 | 78.13 | - |
| YUV | 202.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 200 | 223 | 0.11 | 0.10 | 0 | 0.13 | 237.5 | 0.27 | 0.83 |
| Hex | C7 | C8 | DF | B | A | 0 | D | EE | 1B | 53 |
| Octal | 307 | 310 | 337 | 13 | 12 | 0 | 15 | 356 | 33 | 123 |
| Binary | 11000111 | 11001000 | 11011111 | 1011 | 1010 | 0 | 1101 | 11101110 | 11011 | 1010011 |
Color Harmonies of #C7C8DF
Complementary color
Monochromatic Colors of #C7C8DF
Black with #C7C8DF
Text Example
Text Example
White with #C7C8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C8DF; }
p { color: rgb(199,200,223); }
H1.HeaderClassName
{
color: #C7C8DF;
}
.AnyTagClassName
{
color: #C7C8DF;
}
</style>
background-color css
<style>
a { background-color: #C7C8DF; }
a { background-color: rgb(199,200,223); }
div.DivClassName
{
background-color: #C7C8DF;
}
.BgClassName
{
background-color: #C7C8DF;
}
</style>
border-color css
<style>
span { border-color: #C7C8DF; }
span { border-color: rgb(199,200,223); }
td.TdClassName
{
border-color: #C7C8DF;
}
.TagClassName
{
border-color: #C7C8DF;
}
</style>