Shades of Lavender Blue #C5CCFF
Tints of Lavender Blue #C5CCFF
RGB
CMYK
RGB Variations
Color information
#C5CCFF (or 0xC5CCFF) is known color: Lavender Blue. HEX triplet: C5, CC and FF. RGB value is (197,204,255). Sum of RGB (Red+Green+Blue) = 197+204+255=656 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.03% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CCFF is #3A3300. Grayscale: #CFCFCF. Windows color (decimal): -3814145 or 16764101. OLE color: 16764101.
HSL color Cylindrical-coordinate representation of color #C5CCFF: hue angle of 232.76º 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 #C5CCFF is Cyan = 0.23, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 204 | 255 | - |
| CMYK | 0.23 | 0.2 | 0 | 0 |
| HSL | 232.76º | 1% | 0.89% | - |
| HSV(B) | 232.76º | 0.23% | 1% | - |
| XYZ | 62.67 | 62.28 | 103.33 | - |
| YUV | 207.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 255 | 0.23 | 0.2 | 0 | 0 | 232.76 | 1 | 0.89 |
| Hex | C5 | CC | FF | 17 | 14 | 0 | 0 | E9 | 64 | 59 |
| Octal | 305 | 314 | 377 | 27 | 24 | 0 | 0 | 351 | 144 | 131 |
| Binary | 11000101 | 11001100 | 11111111 | 10111 | 10100 | 0 | 0 | 11101001 | 1100100 | 1011001 |
Color Harmonies of #C5CCFF
Complementary color
Monochromatic Colors of #C5CCFF
Black with #C5CCFF
Text Example
Text Example
White with #C5CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CCFF; }
p { color: rgb(197,204,255); }
H1.HeaderClassName
{
color: #C5CCFF;
}
.AnyTagClassName
{
color: #C5CCFF;
}
</style>
background-color css
<style>
a { background-color: #C5CCFF; }
a { background-color: rgb(197,204,255); }
div.DivClassName
{
background-color: #C5CCFF;
}
.BgClassName
{
background-color: #C5CCFF;
}
</style>
border-color css
<style>
span { border-color: #C5CCFF; }
span { border-color: rgb(197,204,255); }
td.TdClassName
{
border-color: #C5CCFF;
}
.TagClassName
{
border-color: #C5CCFF;
}
</style>