Shades of Lavender Grey #C8C5E6
Tints of Lavender Grey #C8C5E6
RGB
CMYK
RGB Variations
Color information
#C8C5E6 (or 0xC8C5E6) is known color: Lavender Grey. HEX triplet: C8, C5 and E6. RGB value is (200,197,230). Sum of RGB (Red+Green+Blue) = 200+197+230=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 197 (77.34% from 255 or 31.42% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 230 - color contains mainly: blue. Hex color #C8C5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C5E6 is #373A19. Grayscale: #C9C9C9. Windows color (decimal): -3619354 or 15123912. OLE color: 15123912.
HSL color Cylindrical-coordinate representation of color #C8C5E6: hue angle of 245.45º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8C5E6 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 200 | 197 | 230 | - |
CMYK | 0.13 | 0.14 | 0 | 0.10 |
HSL | 245.45º | 0.4% | 0.84% | - |
HSV(B) | 245.45º | 0.14% | 0.9% | - |
XYZ | 58.07 | 57.93 | 82.98 | - |
YUV | 201.66 | 143.99 | 126.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 197 | 230 | 0.13 | 0.14 | 0 | 0.10 | 245.45 | 0.4 | 0.84 |
Hex | C8 | C5 | E6 | D | E | 0 | A | F5 | 28 | 54 |
Octal | 310 | 305 | 346 | 15 | 16 | 0 | 12 | 365 | 50 | 124 |
Binary | 11001000 | 11000101 | 11100110 | 1101 | 1110 | 0 | 1010 | 11110101 | 101000 | 1010100 |
Color Harmonies of #C8C5E6
Complementary color
Monochromatic Colors of #C8C5E6
Black with #C8C5E6
Text Example
Text Example
White with #C8C5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C5E6; }
p { color: rgb(200,197,230); }
H1.HeaderClassName
{
color: #C8C5E6;
}
.AnyTagClassName
{
color: #C8C5E6;
}
</style>
background-color css
<style>
a { background-color: #C8C5E6; }
a { background-color: rgb(200,197,230); }
div.DivClassName
{
background-color: #C8C5E6;
}
.BgClassName
{
background-color: #C8C5E6;
}
</style>
border-color css
<style>
span { border-color: #C8C5E6; }
span { border-color: rgb(200,197,230); }
td.TdClassName
{
border-color: #C8C5E6;
}
.TagClassName
{
border-color: #C8C5E6;
}
</style>