Shades of Lavender Grey #C8C7D8
Tints of Lavender Grey #C8C7D8
RGB
CMYK
RGB Variations
Color information
#C8C7D8 (or 0xC8C7D8) is known color: Lavender Grey. HEX triplet: C8, C7 and D8. RGB value is (200,199,216). Sum of RGB (Red+Green+Blue) = 200+199+216=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 216 - color contains mainly: blue. Hex color #C8C7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C7D8 is #373827. Grayscale: #C9C9C9. Windows color (decimal): -3618856 or 14206920. OLE color: 14206920.
HSL color Cylindrical-coordinate representation of color #C8C7D8: hue angle of 243.53º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8C7D8 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 199 | 216 | - |
CMYK | 0.07 | 0.08 | 0 | 0.15 |
HSL | 243.53º | 0.18% | 0.81% | - |
HSV(B) | 243.53º | 0.08% | 0.85% | - |
XYZ | 56.64 | 58.08 | 73.19 | - |
YUV | 201.24 | 136.33 | 127.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 199 | 216 | 0.07 | 0.08 | 0 | 0.15 | 243.53 | 0.18 | 0.81 |
Hex | C8 | C7 | D8 | 7 | 8 | 0 | F | F4 | 12 | 51 |
Octal | 310 | 307 | 330 | 7 | 10 | 0 | 17 | 364 | 22 | 121 |
Binary | 11001000 | 11000111 | 11011000 | 111 | 1000 | 0 | 1111 | 11110100 | 10010 | 1010001 |
Color Harmonies of #C8C7D8
Complementary color
Monochromatic Colors of #C8C7D8
Black with #C8C7D8
Text Example
Text Example
White with #C8C7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C7D8; }
p { color: rgb(200,199,216); }
H1.HeaderClassName
{
color: #C8C7D8;
}
.AnyTagClassName
{
color: #C8C7D8;
}
</style>
background-color css
<style>
a { background-color: #C8C7D8; }
a { background-color: rgb(200,199,216); }
div.DivClassName
{
background-color: #C8C7D8;
}
.BgClassName
{
background-color: #C8C7D8;
}
</style>
border-color css
<style>
span { border-color: #C8C7D8; }
span { border-color: rgb(200,199,216); }
td.TdClassName
{
border-color: #C8C7D8;
}
.TagClassName
{
border-color: #C8C7D8;
}
</style>