Shades of Lavender Blue #C2C9FC
Tints of Lavender Blue #C2C9FC
RGB
CMYK
RGB Variations
Color information
#C2C9FC (or 0xC2C9FC) is known color: Lavender Blue. HEX triplet: C2, C9 and FC. RGB value is (194,201,252). Sum of RGB (Red+Green+Blue) = 194+201+252=647 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.98% from 647); Green value is 201 (78.91% from 255 or 31.07% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2C9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C9FC is #3D3603. Grayscale: #CCCCCC. Windows color (decimal): -4011524 or 16566722. OLE color: 16566722.
HSL color Cylindrical-coordinate representation of color #C2C9FC: hue angle of 232.76º 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 #C2C9FC is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 201 | 252 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.01 |
| HSL | 232.76º | 0.91% | 0.87% | - |
| HSV(B) | 232.76º | 0.23% | 0.99% | - |
| XYZ | 60.71 | 60.27 | 100.53 | - |
| YUV | 204.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 201 | 252 | 0.23 | 0.20 | 0 | 0.01 | 232.76 | 0.91 | 0.87 |
| Hex | C2 | C9 | FC | 17 | 14 | 0 | 1 | E9 | 5B | 57 |
| Octal | 302 | 311 | 374 | 27 | 24 | 0 | 1 | 351 | 133 | 127 |
| Binary | 11000010 | 11001001 | 11111100 | 10111 | 10100 | 0 | 1 | 11101001 | 1011011 | 1010111 |
Color Harmonies of #C2C9FC
Complementary color
Monochromatic Colors of #C2C9FC
Black with #C2C9FC
Text Example
Text Example
White with #C2C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C9FC; }
p { color: rgb(194,201,252); }
H1.HeaderClassName
{
color: #C2C9FC;
}
.AnyTagClassName
{
color: #C2C9FC;
}
</style>
background-color css
<style>
a { background-color: #C2C9FC; }
a { background-color: rgb(194,201,252); }
div.DivClassName
{
background-color: #C2C9FC;
}
.BgClassName
{
background-color: #C2C9FC;
}
</style>
border-color css
<style>
span { border-color: #C2C9FC; }
span { border-color: rgb(194,201,252); }
td.TdClassName
{
border-color: #C2C9FC;
}
.TagClassName
{
border-color: #C2C9FC;
}
</style>