Shades of Lavender Blue #C2C5FD
Tints of Lavender Blue #C2C5FD
RGB
CMYK
RGB Variations
Color information
#C2C5FD (or 0xC2C5FD) is known color: Lavender Blue. HEX triplet: C2, C5 and FD. RGB value is (194,197,253). Sum of RGB (Red+Green+Blue) = 194+197+253=644 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.12% from 644); Green value is 197 (77.34% from 255 or 30.59% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2C5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C5FD is #3D3A02. Grayscale: #CACACA. Windows color (decimal): -4012547 or 16631234. OLE color: 16631234.
HSL color Cylindrical-coordinate representation of color #C2C5FD: hue angle of 236.95º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2C5FD is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 197 | 253 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.01 |
| HSL | 236.95º | 0.94% | 0.88% | - |
| HSV(B) | 236.95º | 0.23% | 0.99% | - |
| XYZ | 59.94 | 58.49 | 101.06 | - |
| YUV | 202.49 | 156.51 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 253 | 0.23 | 0.22 | 0 | 0.01 | 236.95 | 0.94 | 0.88 |
| Hex | C2 | C5 | FD | 17 | 16 | 0 | 1 | ED | 5E | 58 |
| Octal | 302 | 305 | 375 | 27 | 26 | 0 | 1 | 355 | 136 | 130 |
| Binary | 11000010 | 11000101 | 11111101 | 10111 | 10110 | 0 | 1 | 11101101 | 1011110 | 1011000 |
Color Harmonies of #C2C5FD
Complementary color
Monochromatic Colors of #C2C5FD
Black with #C2C5FD
Text Example
Text Example
White with #C2C5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C5FD; }
p { color: rgb(194,197,253); }
H1.HeaderClassName
{
color: #C2C5FD;
}
.AnyTagClassName
{
color: #C2C5FD;
}
</style>
background-color css
<style>
a { background-color: #C2C5FD; }
a { background-color: rgb(194,197,253); }
div.DivClassName
{
background-color: #C2C5FD;
}
.BgClassName
{
background-color: #C2C5FD;
}
</style>
border-color css
<style>
span { border-color: #C2C5FD; }
span { border-color: rgb(194,197,253); }
td.TdClassName
{
border-color: #C2C5FD;
}
.TagClassName
{
border-color: #C2C5FD;
}
</style>