Shades of Lavender Blue #C2C9FE
Tints of Lavender Blue #C2C9FE
RGB
CMYK
RGB Variations
Color information
#C2C9FE (or 0xC2C9FE) is known color: Lavender Blue. HEX triplet: C2, C9 and FE. RGB value is (194,201,254). Sum of RGB (Red+Green+Blue) = 194+201+254=649 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.89% from 649); Green value is 201 (78.91% from 255 or 30.97% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2C9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C9FE is #3D3601. Grayscale: #CCCCCC. Windows color (decimal): -4011522 or 16697794. OLE color: 16697794.
HSL color Cylindrical-coordinate representation of color #C2C9FE: hue angle of 233º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2C9FE is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 201 | 254 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.00 |
| HSL | 233º | 0.97% | 0.88% | - |
| HSV(B) | 233º | 0.24% | 1% | - |
| XYZ | 61.02 | 60.4 | 102.21 | - |
| YUV | 204.95 | 155.68 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 201 | 254 | 0.24 | 0.21 | 0 | 0.00 | 233 | 0.97 | 0.88 |
| Hex | C2 | C9 | FE | 18 | 15 | 0 | 0 | E9 | 61 | 58 |
| Octal | 302 | 311 | 376 | 30 | 25 | 0 | 0 | 351 | 141 | 130 |
| Binary | 11000010 | 11001001 | 11111110 | 11000 | 10101 | 0 | 0 | 11101001 | 1100001 | 1011000 |
Color Harmonies of #C2C9FE
Complementary color
Monochromatic Colors of #C2C9FE
Black with #C2C9FE
Text Example
Text Example
White with #C2C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C9FE; }
p { color: rgb(194,201,254); }
H1.HeaderClassName
{
color: #C2C9FE;
}
.AnyTagClassName
{
color: #C2C9FE;
}
</style>
background-color css
<style>
a { background-color: #C2C9FE; }
a { background-color: rgb(194,201,254); }
div.DivClassName
{
background-color: #C2C9FE;
}
.BgClassName
{
background-color: #C2C9FE;
}
</style>
border-color css
<style>
span { border-color: #C2C9FE; }
span { border-color: rgb(194,201,254); }
td.TdClassName
{
border-color: #C2C9FE;
}
.TagClassName
{
border-color: #C2C9FE;
}
</style>