Shades of Lavender Grey #C8C7DF
Tints of Lavender Grey #C8C7DF
RGB
CMYK
RGB Variations
Color information
#C8C7DF (or 0xC8C7DF) is known color: Lavender Grey. HEX triplet: C8, C7 and DF. RGB value is (200,199,223). Sum of RGB (Red+Green+Blue) = 200+199+223=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 199 (78.12% from 255 or 31.99% 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 #C8C7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C7DF is #373820. Grayscale: #C9C9C9. Windows color (decimal): -3618849 or 14665672. OLE color: 14665672.
HSL color Cylindrical-coordinate representation of color #C8C7DF: hue angle of 242.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 #C8C7DF is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 200 | 199 | 223 | - |
CMYK | 0.10 | 0.11 | 0 | 0.13 |
HSL | 242.5º | 0.27% | 0.83% | - |
HSV(B) | 242.5º | 0.11% | 0.87% | - |
XYZ | 57.56 | 58.45 | 78.06 | - |
YUV | 202.04 | 139.83 | 126.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 199 | 223 | 0.10 | 0.11 | 0 | 0.13 | 242.5 | 0.27 | 0.83 |
Hex | C8 | C7 | DF | A | B | 0 | D | F2 | 1B | 53 |
Octal | 310 | 307 | 337 | 12 | 13 | 0 | 15 | 362 | 33 | 123 |
Binary | 11001000 | 11000111 | 11011111 | 1010 | 1011 | 0 | 1101 | 11110010 | 11011 | 1010011 |
Color Harmonies of #C8C7DF
Complementary color
Monochromatic Colors of #C8C7DF
Black with #C8C7DF
Text Example
Text Example
White with #C8C7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C7DF; }
p { color: rgb(200,199,223); }
H1.HeaderClassName
{
color: #C8C7DF;
}
.AnyTagClassName
{
color: #C8C7DF;
}
</style>
background-color css
<style>
a { background-color: #C8C7DF; }
a { background-color: rgb(200,199,223); }
div.DivClassName
{
background-color: #C8C7DF;
}
.BgClassName
{
background-color: #C8C7DF;
}
</style>
border-color css
<style>
span { border-color: #C8C7DF; }
span { border-color: rgb(200,199,223); }
td.TdClassName
{
border-color: #C8C7DF;
}
.TagClassName
{
border-color: #C8C7DF;
}
</style>