Shades of Lavender Blue #C2CEFD
Tints of Lavender Blue #C2CEFD
RGB
CMYK
RGB Variations
Color information
#C2CEFD (or 0xC2CEFD) is known color: Lavender Blue. HEX triplet: C2, CE and FD. RGB value is (194,206,253). Sum of RGB (Red+Green+Blue) = 194+206+253=653 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.71% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CEFD is #3D3102. Grayscale: #CFCFCF. Windows color (decimal): -4010243 or 16633538. OLE color: 16633538.
HSL color Cylindrical-coordinate representation of color #C2CEFD: hue angle of 227.8º 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 #C2CEFD is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 206 | 253 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.01 |
| HSL | 227.8º | 0.94% | 0.88% | - |
| HSV(B) | 227.8º | 0.23% | 0.99% | - |
| XYZ | 62.05 | 62.7 | 101.76 | - |
| YUV | 207.77 | 153.52 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 253 | 0.23 | 0.19 | 0 | 0.01 | 227.8 | 0.94 | 0.88 |
| Hex | C2 | CE | FD | 17 | 13 | 0 | 1 | E4 | 5E | 58 |
| Octal | 302 | 316 | 375 | 27 | 23 | 0 | 1 | 344 | 136 | 130 |
| Binary | 11000010 | 11001110 | 11111101 | 10111 | 10011 | 0 | 1 | 11100100 | 1011110 | 1011000 |
Color Harmonies of #C2CEFD
Complementary color
Monochromatic Colors of #C2CEFD
Black with #C2CEFD
Text Example
Text Example
White with #C2CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CEFD; }
p { color: rgb(194,206,253); }
H1.HeaderClassName
{
color: #C2CEFD;
}
.AnyTagClassName
{
color: #C2CEFD;
}
</style>
background-color css
<style>
a { background-color: #C2CEFD; }
a { background-color: rgb(194,206,253); }
div.DivClassName
{
background-color: #C2CEFD;
}
.BgClassName
{
background-color: #C2CEFD;
}
</style>
border-color css
<style>
span { border-color: #C2CEFD; }
span { border-color: rgb(194,206,253); }
td.TdClassName
{
border-color: #C2CEFD;
}
.TagClassName
{
border-color: #C2CEFD;
}
</style>