Shades of Lavender Blue #C9C2FE
Tints of Lavender Blue #C9C2FE
RGB
CMYK
RGB Variations
Color information
#C9C2FE (or 0xC9C2FE) is known color: Lavender Blue. HEX triplet: C9, C2 and FE. RGB value is (201,194,254). Sum of RGB (Red+Green+Blue) = 201+194+254=649 (85% of max value = 765). Red value is 201 (78.91% from 255 or 30.97% from 649); Green value is 194 (76.17% from 255 or 29.89% 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 #C9C2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C2FE is #363D01. Grayscale: #CACACA. Windows color (decimal): -3554562 or 16696009. OLE color: 16696009.
HSL color Cylindrical-coordinate representation of color #C9C2FE: hue angle of 247º 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 #C9C2FE is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 194 | 254 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.00 |
| HSL | 247º | 0.97% | 0.88% | - |
| HSV(B) | 247º | 0.24% | 1% | - |
| XYZ | 61.27 | 58.16 | 101.76 | - |
| YUV | 202.93 | 156.82 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 194 | 254 | 0.21 | 0.24 | 0 | 0.00 | 247 | 0.97 | 0.88 |
| Hex | C9 | C2 | FE | 15 | 18 | 0 | 0 | F7 | 61 | 58 |
| Octal | 311 | 302 | 376 | 25 | 30 | 0 | 0 | 367 | 141 | 130 |
| Binary | 11001001 | 11000010 | 11111110 | 10101 | 11000 | 0 | 0 | 11110111 | 1100001 | 1011000 |
Color Harmonies of #C9C2FE
Complementary color
Monochromatic Colors of #C9C2FE
Black with #C9C2FE
Text Example
Text Example
White with #C9C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C2FE; }
p { color: rgb(201,194,254); }
H1.HeaderClassName
{
color: #C9C2FE;
}
.AnyTagClassName
{
color: #C9C2FE;
}
</style>
background-color css
<style>
a { background-color: #C9C2FE; }
a { background-color: rgb(201,194,254); }
div.DivClassName
{
background-color: #C9C2FE;
}
.BgClassName
{
background-color: #C9C2FE;
}
</style>
border-color css
<style>
span { border-color: #C9C2FE; }
span { border-color: rgb(201,194,254); }
td.TdClassName
{
border-color: #C9C2FE;
}
.TagClassName
{
border-color: #C9C2FE;
}
</style>