Shades of Lavender Blue #C5CAFF
Tints of Lavender Blue #C5CAFF
RGB
CMYK
RGB Variations
Color information
#C5CAFF (or 0xC5CAFF) is known color: Lavender Blue. HEX triplet: C5, CA and FF. RGB value is (197,202,255). Sum of RGB (Red+Green+Blue) = 197+202+255=654 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.12% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CAFF is #3A3500. Grayscale: #CECECE. Windows color (decimal): -3814657 or 16763589. OLE color: 16763589.
HSL color Cylindrical-coordinate representation of color #C5CAFF: hue angle of 234.83º 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 #C5CAFF is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 202 | 255 | - |
| CMYK | 0.23 | 0.21 | 0 | 0 |
| HSL | 234.83º | 1% | 0.89% | - |
| HSV(B) | 234.83º | 0.23% | 1% | - |
| XYZ | 62.2 | 61.33 | 103.17 | - |
| YUV | 206.55 | 155.34 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 255 | 0.23 | 0.21 | 0 | 0 | 234.83 | 1 | 0.89 |
| Hex | C5 | CA | FF | 17 | 15 | 0 | 0 | EB | 64 | 59 |
| Octal | 305 | 312 | 377 | 27 | 25 | 0 | 0 | 353 | 144 | 131 |
| Binary | 11000101 | 11001010 | 11111111 | 10111 | 10101 | 0 | 0 | 11101011 | 1100100 | 1011001 |
Color Harmonies of #C5CAFF
Complementary color
Monochromatic Colors of #C5CAFF
Black with #C5CAFF
Text Example
Text Example
White with #C5CAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CAFF; }
p { color: rgb(197,202,255); }
H1.HeaderClassName
{
color: #C5CAFF;
}
.AnyTagClassName
{
color: #C5CAFF;
}
</style>
background-color css
<style>
a { background-color: #C5CAFF; }
a { background-color: rgb(197,202,255); }
div.DivClassName
{
background-color: #C5CAFF;
}
.BgClassName
{
background-color: #C5CAFF;
}
</style>
border-color css
<style>
span { border-color: #C5CAFF; }
span { border-color: rgb(197,202,255); }
td.TdClassName
{
border-color: #C5CAFF;
}
.TagClassName
{
border-color: #C5CAFF;
}
</style>