Shades of Lavender Blue #C9C2FC
Tints of Lavender Blue #C9C2FC
RGB
CMYK
RGB Variations
Color information
#C9C2FC (or 0xC9C2FC) is known color: Lavender Blue. HEX triplet: C9, C2 and FC. RGB value is (201,194,252). Sum of RGB (Red+Green+Blue) = 201+194+252=647 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.07% from 647); Green value is 194 (76.17% from 255 or 29.98% 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 #C9C2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C2FC is #363D03. Grayscale: #CACACA. Windows color (decimal): -3554564 or 16564937. OLE color: 16564937.
HSL color Cylindrical-coordinate representation of color #C9C2FC: hue angle of 247.24º 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 #C9C2FC is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 194 | 252 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.01 |
| HSL | 247.24º | 0.91% | 0.87% | - |
| HSV(B) | 247.24º | 0.23% | 0.99% | - |
| XYZ | 60.95 | 58.03 | 100.08 | - |
| YUV | 202.71 | 155.82 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 194 | 252 | 0.20 | 0.23 | 0 | 0.01 | 247.24 | 0.91 | 0.87 |
| Hex | C9 | C2 | FC | 14 | 17 | 0 | 1 | F7 | 5B | 57 |
| Octal | 311 | 302 | 374 | 24 | 27 | 0 | 1 | 367 | 133 | 127 |
| Binary | 11001001 | 11000010 | 11111100 | 10100 | 10111 | 0 | 1 | 11110111 | 1011011 | 1010111 |
Color Harmonies of #C9C2FC
Complementary color
Monochromatic Colors of #C9C2FC
Black with #C9C2FC
Text Example
Text Example
White with #C9C2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C2FC; }
p { color: rgb(201,194,252); }
H1.HeaderClassName
{
color: #C9C2FC;
}
.AnyTagClassName
{
color: #C9C2FC;
}
</style>
background-color css
<style>
a { background-color: #C9C2FC; }
a { background-color: rgb(201,194,252); }
div.DivClassName
{
background-color: #C9C2FC;
}
.BgClassName
{
background-color: #C9C2FC;
}
</style>
border-color css
<style>
span { border-color: #C9C2FC; }
span { border-color: rgb(201,194,252); }
td.TdClassName
{
border-color: #C9C2FC;
}
.TagClassName
{
border-color: #C9C2FC;
}
</style>