Shades of Lavender Blue #C5CEFA
Tints of Lavender Blue #C5CEFA
RGB
CMYK
RGB Variations
Color information
#C5CEFA (or 0xC5CEFA) is known color: Lavender Blue. HEX triplet: C5, CE and FA. RGB value is (197,206,250). Sum of RGB (Red+Green+Blue) = 197+206+250=653 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.17% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5CEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CEFA is #3A3105. Grayscale: #D0D0D0. Windows color (decimal): -3813638 or 16436933. OLE color: 16436933.
HSL color Cylindrical-coordinate representation of color #C5CEFA: hue angle of 229.81º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5CEFA is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 206 | 250 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.02 |
| HSL | 229.81º | 0.84% | 0.88% | - |
| HSV(B) | 229.81º | 0.21% | 0.98% | - |
| XYZ | 62.35 | 62.92 | 99.3 | - |
| YUV | 208.33 | 151.52 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 250 | 0.21 | 0.18 | 0 | 0.02 | 229.81 | 0.84 | 0.88 |
| Hex | C5 | CE | FA | 15 | 12 | 0 | 2 | E6 | 54 | 58 |
| Octal | 305 | 316 | 372 | 25 | 22 | 0 | 2 | 346 | 124 | 130 |
| Binary | 11000101 | 11001110 | 11111010 | 10101 | 10010 | 0 | 10 | 11100110 | 1010100 | 1011000 |
Color Harmonies of #C5CEFA
Complementary color
Monochromatic Colors of #C5CEFA
Black with #C5CEFA
Text Example
Text Example
White with #C5CEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CEFA; }
p { color: rgb(197,206,250); }
H1.HeaderClassName
{
color: #C5CEFA;
}
.AnyTagClassName
{
color: #C5CEFA;
}
</style>
background-color css
<style>
a { background-color: #C5CEFA; }
a { background-color: rgb(197,206,250); }
div.DivClassName
{
background-color: #C5CEFA;
}
.BgClassName
{
background-color: #C5CEFA;
}
</style>
border-color css
<style>
span { border-color: #C5CEFA; }
span { border-color: rgb(197,206,250); }
td.TdClassName
{
border-color: #C5CEFA;
}
.TagClassName
{
border-color: #C5CEFA;
}
</style>