Shades of Lavender Blue #C2CEFB
Tints of Lavender Blue #C2CEFB
RGB
CMYK
RGB Variations
Color information
#C2CEFB (or 0xC2CEFB) is known color: Lavender Blue. HEX triplet: C2, CE and FB. RGB value is (194,206,251). Sum of RGB (Red+Green+Blue) = 194+206+251=651 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.80% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2CEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CEFB is #3D3104. Grayscale: #CFCFCF. Windows color (decimal): -4010245 or 16502466. OLE color: 16502466.
HSL color Cylindrical-coordinate representation of color #C2CEFB: hue angle of 227.37º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2CEFB is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 206 | 251 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.02 |
| HSL | 227.37º | 0.88% | 0.87% | - |
| HSV(B) | 227.37º | 0.23% | 0.98% | - |
| XYZ | 61.73 | 62.58 | 100.09 | - |
| YUV | 207.54 | 152.52 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 251 | 0.23 | 0.18 | 0 | 0.02 | 227.37 | 0.88 | 0.87 |
| Hex | C2 | CE | FB | 17 | 12 | 0 | 2 | E3 | 58 | 57 |
| Octal | 302 | 316 | 373 | 27 | 22 | 0 | 2 | 343 | 130 | 127 |
| Binary | 11000010 | 11001110 | 11111011 | 10111 | 10010 | 0 | 10 | 11100011 | 1011000 | 1010111 |
Color Harmonies of #C2CEFB
Complementary color
Monochromatic Colors of #C2CEFB
Black with #C2CEFB
Text Example
Text Example
White with #C2CEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CEFB; }
p { color: rgb(194,206,251); }
H1.HeaderClassName
{
color: #C2CEFB;
}
.AnyTagClassName
{
color: #C2CEFB;
}
</style>
background-color css
<style>
a { background-color: #C2CEFB; }
a { background-color: rgb(194,206,251); }
div.DivClassName
{
background-color: #C2CEFB;
}
.BgClassName
{
background-color: #C2CEFB;
}
</style>
border-color css
<style>
span { border-color: #C2CEFB; }
span { border-color: rgb(194,206,251); }
td.TdClassName
{
border-color: #C2CEFB;
}
.TagClassName
{
border-color: #C2CEFB;
}
</style>