Shades of Lavender Blue #C9C0FE
Tints of Lavender Blue #C9C0FE
RGB
CMYK
RGB Variations
Color information
#C9C0FE (or 0xC9C0FE) is known color: Lavender Blue. HEX triplet: C9, C0 and FE. RGB value is (201,192,254). Sum of RGB (Red+Green+Blue) = 201+192+254=647 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.07% from 647); Green value is 192 (75.39% from 255 or 29.68% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9C0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C0FE is #363F01. Grayscale: #C9C9C9. Windows color (decimal): -3555074 or 16695497. OLE color: 16695497.
HSL color Cylindrical-coordinate representation of color #C9C0FE: hue angle of 248.71º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9C0FE is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 192 | 254 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.00 |
| HSL | 248.71º | 0.97% | 0.87% | - |
| HSV(B) | 248.71º | 0.24% | 1% | - |
| XYZ | 60.83 | 57.27 | 101.61 | - |
| YUV | 201.76 | 157.48 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 192 | 254 | 0.21 | 0.24 | 0 | 0.00 | 248.71 | 0.97 | 0.87 |
| Hex | C9 | C0 | FE | 15 | 18 | 0 | 0 | F9 | 61 | 57 |
| Octal | 311 | 300 | 376 | 25 | 30 | 0 | 0 | 371 | 141 | 127 |
| Binary | 11001001 | 11000000 | 11111110 | 10101 | 11000 | 0 | 0 | 11111001 | 1100001 | 1010111 |
Color Harmonies of #C9C0FE
Complementary color
Monochromatic Colors of #C9C0FE
Black with #C9C0FE
Text Example
Text Example
White with #C9C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C0FE; }
p { color: rgb(201,192,254); }
H1.HeaderClassName
{
color: #C9C0FE;
}
.AnyTagClassName
{
color: #C9C0FE;
}
</style>
background-color css
<style>
a { background-color: #C9C0FE; }
a { background-color: rgb(201,192,254); }
div.DivClassName
{
background-color: #C9C0FE;
}
.BgClassName
{
background-color: #C9C0FE;
}
</style>
border-color css
<style>
span { border-color: #C9C0FE; }
span { border-color: rgb(201,192,254); }
td.TdClassName
{
border-color: #C9C0FE;
}
.TagClassName
{
border-color: #C9C0FE;
}
</style>