Shades of Lavender Blue #C2CEFC
Tints of Lavender Blue #C2CEFC
RGB
CMYK
RGB Variations
Color information
#C2CEFC (or 0xC2CEFC) is known color: Lavender Blue. HEX triplet: C2, CE and FC. RGB value is (194,206,252). Sum of RGB (Red+Green+Blue) = 194+206+252=652 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.75% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CEFC is #3D3103. Grayscale: #CFCFCF. Windows color (decimal): -4010244 or 16568002. OLE color: 16568002.
HSL color Cylindrical-coordinate representation of color #C2CEFC: hue angle of 227.59º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2CEFC is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 206 | 252 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.01 |
| HSL | 227.59º | 0.91% | 0.87% | - |
| HSV(B) | 227.59º | 0.23% | 0.99% | - |
| XYZ | 61.89 | 62.64 | 100.92 | - |
| YUV | 207.66 | 153.02 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 252 | 0.23 | 0.18 | 0 | 0.01 | 227.59 | 0.91 | 0.87 |
| Hex | C2 | CE | FC | 17 | 12 | 0 | 1 | E4 | 5B | 57 |
| Octal | 302 | 316 | 374 | 27 | 22 | 0 | 1 | 344 | 133 | 127 |
| Binary | 11000010 | 11001110 | 11111100 | 10111 | 10010 | 0 | 1 | 11100100 | 1011011 | 1010111 |
Color Harmonies of #C2CEFC
Complementary color
Monochromatic Colors of #C2CEFC
Black with #C2CEFC
Text Example
Text Example
White with #C2CEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CEFC; }
p { color: rgb(194,206,252); }
H1.HeaderClassName
{
color: #C2CEFC;
}
.AnyTagClassName
{
color: #C2CEFC;
}
</style>
background-color css
<style>
a { background-color: #C2CEFC; }
a { background-color: rgb(194,206,252); }
div.DivClassName
{
background-color: #C2CEFC;
}
.BgClassName
{
background-color: #C2CEFC;
}
</style>
border-color css
<style>
span { border-color: #C2CEFC; }
span { border-color: rgb(194,206,252); }
td.TdClassName
{
border-color: #C2CEFC;
}
.TagClassName
{
border-color: #C2CEFC;
}
</style>