Shades of Lavender Blue #C5CAF4
Tints of Lavender Blue #C5CAF4
RGB
CMYK
RGB Variations
Color information
#C5CAF4 (or 0xC5CAF4) is known color: Lavender Blue. HEX triplet: C5, CA and F4. RGB value is (197,202,244). Sum of RGB (Red+Green+Blue) = 197+202+244=643 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.64% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 244 (95.70% from 255 or 37.95% from 643); Max value from RGB is 244 - color contains mainly: blue. Hex color #C5CAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CAF4 is #3A350B. Grayscale: #CDCDCD. Windows color (decimal): -3814668 or 16042693. OLE color: 16042693.
HSL color Cylindrical-coordinate representation of color #C5CAF4: hue angle of 233.62º degrees, saturation: 0.68, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5CAF4 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 202 | 244 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.04 |
| HSL | 233.62º | 0.68% | 0.86% | - |
| HSV(B) | 233.62º | 0.19% | 0.96% | - |
| XYZ | 60.48 | 60.64 | 94.11 | - |
| YUV | 205.29 | 149.84 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 244 | 0.19 | 0.17 | 0 | 0.04 | 233.62 | 0.68 | 0.86 |
| Hex | C5 | CA | F4 | 13 | 11 | 0 | 4 | EA | 44 | 56 |
| Octal | 305 | 312 | 364 | 23 | 21 | 0 | 4 | 352 | 104 | 126 |
| Binary | 11000101 | 11001010 | 11110100 | 10011 | 10001 | 0 | 100 | 11101010 | 1000100 | 1010110 |
Color Harmonies of #C5CAF4
Complementary color
Monochromatic Colors of #C5CAF4
Black with #C5CAF4
Text Example
Text Example
White with #C5CAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CAF4; }
p { color: rgb(197,202,244); }
H1.HeaderClassName
{
color: #C5CAF4;
}
.AnyTagClassName
{
color: #C5CAF4;
}
</style>
background-color css
<style>
a { background-color: #C5CAF4; }
a { background-color: rgb(197,202,244); }
div.DivClassName
{
background-color: #C5CAF4;
}
.BgClassName
{
background-color: #C5CAF4;
}
</style>
border-color css
<style>
span { border-color: #C5CAF4; }
span { border-color: rgb(197,202,244); }
td.TdClassName
{
border-color: #C5CAF4;
}
.TagClassName
{
border-color: #C5CAF4;
}
</style>