Shades of Lavender Blue #C8C5FF
Tints of Lavender Blue #C8C5FF
RGB
CMYK
RGB Variations
Color information
#C8C5FF (or 0xC8C5FF) is known color: Lavender Blue. HEX triplet: C8, C5 and FF. RGB value is (200,197,255). Sum of RGB (Red+Green+Blue) = 200+197+255=652 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.67% from 652); Green value is 197 (77.34% from 255 or 30.21% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8C5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C5FF is #373A00. Grayscale: #CCCCCC. Windows color (decimal): -3619329 or 16762312. OLE color: 16762312.
HSL color Cylindrical-coordinate representation of color #C8C5FF: hue angle of 243.1º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8C5FF is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 197 | 255 | - |
| CMYK | 0.22 | 0.23 | 0 | 0 |
| HSL | 243.1º | 1% | 0.89% | - |
| HSV(B) | 243.1º | 0.23% | 1% | - |
| XYZ | 61.84 | 59.43 | 102.82 | - |
| YUV | 204.51 | 156.49 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 255 | 0.22 | 0.23 | 0 | 0 | 243.1 | 1 | 0.89 |
| Hex | C8 | C5 | FF | 16 | 17 | 0 | 0 | F3 | 64 | 59 |
| Octal | 310 | 305 | 377 | 26 | 27 | 0 | 0 | 363 | 144 | 131 |
| Binary | 11001000 | 11000101 | 11111111 | 10110 | 10111 | 0 | 0 | 11110011 | 1100100 | 1011001 |
Color Harmonies of #C8C5FF
Complementary color
Monochromatic Colors of #C8C5FF
Black with #C8C5FF
Text Example
Text Example
White with #C8C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C5FF; }
p { color: rgb(200,197,255); }
H1.HeaderClassName
{
color: #C8C5FF;
}
.AnyTagClassName
{
color: #C8C5FF;
}
</style>
background-color css
<style>
a { background-color: #C8C5FF; }
a { background-color: rgb(200,197,255); }
div.DivClassName
{
background-color: #C8C5FF;
}
.BgClassName
{
background-color: #C8C5FF;
}
</style>
border-color css
<style>
span { border-color: #C8C5FF; }
span { border-color: rgb(200,197,255); }
td.TdClassName
{
border-color: #C8C5FF;
}
.TagClassName
{
border-color: #C8C5FF;
}
</style>