Shades of Lavender Blue #C5CEFC
Tints of Lavender Blue #C5CEFC
RGB
CMYK
RGB Variations
Color information
#C5CEFC (or 0xC5CEFC) is known color: Lavender Blue. HEX triplet: C5, CE and FC. RGB value is (197,206,252). Sum of RGB (Red+Green+Blue) = 197+206+252=655 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.08% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CEFC is #3A3103. Grayscale: #D0D0D0. Windows color (decimal): -3813636 or 16568005. OLE color: 16568005.
HSL color Cylindrical-coordinate representation of color #C5CEFC: hue angle of 230.18º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5CEFC is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 206 | 252 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.01 |
| HSL | 230.18º | 0.9% | 0.88% | - |
| HSV(B) | 230.18º | 0.22% | 0.99% | - |
| XYZ | 62.67 | 63.04 | 100.96 | - |
| YUV | 208.55 | 152.52 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 252 | 0.22 | 0.18 | 0 | 0.01 | 230.18 | 0.9 | 0.88 |
| Hex | C5 | CE | FC | 16 | 12 | 0 | 1 | E6 | 5A | 58 |
| Octal | 305 | 316 | 374 | 26 | 22 | 0 | 1 | 346 | 132 | 130 |
| Binary | 11000101 | 11001110 | 11111100 | 10110 | 10010 | 0 | 1 | 11100110 | 1011010 | 1011000 |
Color Harmonies of #C5CEFC
Complementary color
Monochromatic Colors of #C5CEFC
Black with #C5CEFC
Text Example
Text Example
White with #C5CEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CEFC; }
p { color: rgb(197,206,252); }
H1.HeaderClassName
{
color: #C5CEFC;
}
.AnyTagClassName
{
color: #C5CEFC;
}
</style>
background-color css
<style>
a { background-color: #C5CEFC; }
a { background-color: rgb(197,206,252); }
div.DivClassName
{
background-color: #C5CEFC;
}
.BgClassName
{
background-color: #C5CEFC;
}
</style>
border-color css
<style>
span { border-color: #C5CEFC; }
span { border-color: rgb(197,206,252); }
td.TdClassName
{
border-color: #C5CEFC;
}
.TagClassName
{
border-color: #C5CEFC;
}
</style>