Shades of Lavender Grey #C8C7E8
Tints of Lavender Grey #C8C7E8
RGB
CMYK
RGB Variations
Color information
#C8C7E8 (or 0xC8C7E8) is known color: Lavender Grey. HEX triplet: C8, C7 and E8. RGB value is (200,199,232). Sum of RGB (Red+Green+Blue) = 200+199+232=631 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.70% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 232 - color contains mainly: blue. Hex color #C8C7E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C7E8 is #373817. Grayscale: #CACACA. Windows color (decimal): -3618840 or 15255496. OLE color: 15255496.
HSL color Cylindrical-coordinate representation of color #C8C7E8: hue angle of 241.82º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8C7E8 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 200 | 199 | 232 | - |
CMYK | 0.14 | 0.14 | 0 | 0.09 |
HSL | 241.82º | 0.42% | 0.85% | - |
HSV(B) | 241.82º | 0.14% | 0.91% | - |
XYZ | 58.81 | 58.95 | 84.62 | - |
YUV | 203.06 | 144.33 | 125.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 199 | 232 | 0.14 | 0.14 | 0 | 0.09 | 241.82 | 0.42 | 0.85 |
Hex | C8 | C7 | E8 | E | E | 0 | 9 | F2 | 2A | 55 |
Octal | 310 | 307 | 350 | 16 | 16 | 0 | 11 | 362 | 52 | 125 |
Binary | 11001000 | 11000111 | 11101000 | 1110 | 1110 | 0 | 1001 | 11110010 | 101010 | 1010101 |
Color Harmonies of #C8C7E8
Complementary color
Monochromatic Colors of #C8C7E8
Black with #C8C7E8
Text Example
Text Example
White with #C8C7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C7E8; }
p { color: rgb(200,199,232); }
H1.HeaderClassName
{
color: #C8C7E8;
}
.AnyTagClassName
{
color: #C8C7E8;
}
</style>
background-color css
<style>
a { background-color: #C8C7E8; }
a { background-color: rgb(200,199,232); }
div.DivClassName
{
background-color: #C8C7E8;
}
.BgClassName
{
background-color: #C8C7E8;
}
</style>
border-color css
<style>
span { border-color: #C8C7E8; }
span { border-color: rgb(200,199,232); }
td.TdClassName
{
border-color: #C8C7E8;
}
.TagClassName
{
border-color: #C8C7E8;
}
</style>