Shades of Lavender Blue #C5CFFF
Tints of Lavender Blue #C5CFFF
RGB
CMYK
RGB Variations
Color information
#C5CFFF (or 0xC5CFFF) is known color: Lavender Blue. HEX triplet: C5, CF and FF. RGB value is (197,207,255). Sum of RGB (Red+Green+Blue) = 197+207+255=659 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.89% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CFFF is #3A3000. Grayscale: #D1D1D1. Windows color (decimal): -3813377 or 16764869. OLE color: 16764869.
HSL color Cylindrical-coordinate representation of color #C5CFFF: hue angle of 229.66º 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 #C5CFFF is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 207 | 255 | - |
| CMYK | 0.23 | 0.19 | 0 | 0 |
| HSL | 229.66º | 1% | 0.89% | - |
| HSV(B) | 229.66º | 0.23% | 1% | - |
| XYZ | 63.39 | 63.72 | 103.57 | - |
| YUV | 209.48 | 153.69 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 255 | 0.23 | 0.19 | 0 | 0 | 229.66 | 1 | 0.89 |
| Hex | C5 | CF | FF | 17 | 13 | 0 | 0 | E6 | 64 | 59 |
| Octal | 305 | 317 | 377 | 27 | 23 | 0 | 0 | 346 | 144 | 131 |
| Binary | 11000101 | 11001111 | 11111111 | 10111 | 10011 | 0 | 0 | 11100110 | 1100100 | 1011001 |
Color Harmonies of #C5CFFF
Complementary color
Monochromatic Colors of #C5CFFF
Black with #C5CFFF
Text Example
Text Example
White with #C5CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CFFF; }
p { color: rgb(197,207,255); }
H1.HeaderClassName
{
color: #C5CFFF;
}
.AnyTagClassName
{
color: #C5CFFF;
}
</style>
background-color css
<style>
a { background-color: #C5CFFF; }
a { background-color: rgb(197,207,255); }
div.DivClassName
{
background-color: #C5CFFF;
}
.BgClassName
{
background-color: #C5CFFF;
}
</style>
border-color css
<style>
span { border-color: #C5CFFF; }
span { border-color: rgb(197,207,255); }
td.TdClassName
{
border-color: #C5CFFF;
}
.TagClassName
{
border-color: #C5CFFF;
}
</style>