Shades of Lavender Blue #C9B5FE
Tints of Lavender Blue #C9B5FE
RGB
CMYK
RGB Variations
Color information
#C9B5FE (or 0xC9B5FE) is known color: Lavender Blue. HEX triplet: C9, B5 and FE. RGB value is (201,181,254). Sum of RGB (Red+Green+Blue) = 201+181+254=636 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.60% from 636); Green value is 181 (71.09% from 255 or 28.46% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9B5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B5FE is #364A01. Grayscale: #C3C3C3. Windows color (decimal): -3557890 or 16692681. OLE color: 16692681.
HSL color Cylindrical-coordinate representation of color #C9B5FE: hue angle of 256.44º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9B5FE is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 181 | 254 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.00 |
| HSL | 256.44º | 0.97% | 0.85% | - |
| HSV(B) | 256.44º | 0.29% | 1% | - |
| XYZ | 58.5 | 52.62 | 100.84 | - |
| YUV | 195.3 | 161.13 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 181 | 254 | 0.21 | 0.29 | 0 | 0.00 | 256.44 | 0.97 | 0.85 |
| Hex | C9 | B5 | FE | 15 | 1D | 0 | 0 | 100 | 61 | 55 |
| Octal | 311 | 265 | 376 | 25 | 35 | 0 | 0 | 400 | 141 | 125 |
| Binary | 11001001 | 10110101 | 11111110 | 10101 | 11101 | 0 | 0 | 100000000 | 1100001 | 1010101 |
Color Harmonies of #C9B5FE
Complementary color
Monochromatic Colors of #C9B5FE
Black with #C9B5FE
Text Example
Text Example
White with #C9B5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B5FE; }
p { color: rgb(201,181,254); }
H1.HeaderClassName
{
color: #C9B5FE;
}
.AnyTagClassName
{
color: #C9B5FE;
}
</style>
background-color css
<style>
a { background-color: #C9B5FE; }
a { background-color: rgb(201,181,254); }
div.DivClassName
{
background-color: #C9B5FE;
}
.BgClassName
{
background-color: #C9B5FE;
}
</style>
border-color css
<style>
span { border-color: #C9B5FE; }
span { border-color: rgb(201,181,254); }
td.TdClassName
{
border-color: #C9B5FE;
}
.TagClassName
{
border-color: #C9B5FE;
}
</style>