Shades of Lavender Blue #C5C8FF
Tints of Lavender Blue #C5C8FF
RGB
CMYK
RGB Variations
Color information
#C5C8FF (or 0xC5C8FF) is known color: Lavender Blue. HEX triplet: C5, C8 and FF. RGB value is (197,200,255). Sum of RGB (Red+Green+Blue) = 197+200+255=652 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.21% from 652); Green value is 200 (78.52% from 255 or 30.67% 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 #C5C8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C8FF is #3A3700. Grayscale: #CDCDCD. Windows color (decimal): -3815169 or 16763077. OLE color: 16763077.
HSL color Cylindrical-coordinate representation of color #C5C8FF: hue angle of 236.9º 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 #C5C8FF is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 200 | 255 | - |
| CMYK | 0.23 | 0.22 | 0 | 0 |
| HSL | 236.9º | 1% | 0.89% | - |
| HSV(B) | 236.9º | 0.23% | 1% | - |
| XYZ | 61.73 | 60.4 | 103.01 | - |
| YUV | 205.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 255 | 0.23 | 0.22 | 0 | 0 | 236.9 | 1 | 0.89 |
| Hex | C5 | C8 | FF | 17 | 16 | 0 | 0 | ED | 64 | 59 |
| Octal | 305 | 310 | 377 | 27 | 26 | 0 | 0 | 355 | 144 | 131 |
| Binary | 11000101 | 11001000 | 11111111 | 10111 | 10110 | 0 | 0 | 11101101 | 1100100 | 1011001 |
Color Harmonies of #C5C8FF
Complementary color
Monochromatic Colors of #C5C8FF
Black with #C5C8FF
Text Example
Text Example
White with #C5C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C8FF; }
p { color: rgb(197,200,255); }
H1.HeaderClassName
{
color: #C5C8FF;
}
.AnyTagClassName
{
color: #C5C8FF;
}
</style>
background-color css
<style>
a { background-color: #C5C8FF; }
a { background-color: rgb(197,200,255); }
div.DivClassName
{
background-color: #C5C8FF;
}
.BgClassName
{
background-color: #C5C8FF;
}
</style>
border-color css
<style>
span { border-color: #C5C8FF; }
span { border-color: rgb(197,200,255); }
td.TdClassName
{
border-color: #C5C8FF;
}
.TagClassName
{
border-color: #C5C8FF;
}
</style>