Shades of Lavender Blue #C5C5FF
Tints of Lavender Blue #C5C5FF
RGB
CMYK
RGB Variations
Color information
#C5C5FF (or 0xC5C5FF) is known color: Lavender Blue. HEX triplet: C5, C5 and FF. RGB value is (197,197,255). Sum of RGB (Red+Green+Blue) = 197+197+255=649 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.35% from 649); Green value is 197 (77.34% from 255 or 30.35% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5C5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C5FF is #3A3A00. Grayscale: #CBCBCB. Windows color (decimal): -3815937 or 16762309. OLE color: 16762309.
HSL color Cylindrical-coordinate representation of color #C5C5FF: hue angle of 240º 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 #C5C5FF is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 197 | 197 | 255 | - |
CMYK | 0.23 | 0.23 | 0 | 0 |
HSL | 240º | 1% | 0.89% | - |
HSV(B) | 240º | 0.23% | 1% | - |
XYZ | 61.04 | 59.02 | 102.78 | - |
YUV | 203.61 | 157 | 123.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 197 | 255 | 0.23 | 0.23 | 0 | 0 | 240 | 1 | 0.89 |
Hex | C5 | C5 | FF | 17 | 17 | 0 | 0 | F0 | 64 | 59 |
Octal | 305 | 305 | 377 | 27 | 27 | 0 | 0 | 360 | 144 | 131 |
Binary | 11000101 | 11000101 | 11111111 | 10111 | 10111 | 0 | 0 | 11110000 | 1100100 | 1011001 |
Color Harmonies of #C5C5FF
Complementary color
Monochromatic Colors of #C5C5FF
Black with #C5C5FF
Text Example
Text Example
White with #C5C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C5FF; }
p { color: rgb(197,197,255); }
H1.HeaderClassName
{
color: #C5C5FF;
}
.AnyTagClassName
{
color: #C5C5FF;
}
</style>
background-color css
<style>
a { background-color: #C5C5FF; }
a { background-color: rgb(197,197,255); }
div.DivClassName
{
background-color: #C5C5FF;
}
.BgClassName
{
background-color: #C5C5FF;
}
</style>
border-color css
<style>
span { border-color: #C5C5FF; }
span { border-color: rgb(197,197,255); }
td.TdClassName
{
border-color: #C5C5FF;
}
.TagClassName
{
border-color: #C5C5FF;
}
</style>