Shades of Lavender Blue #C9C9FE
Tints of Lavender Blue #C9C9FE
RGB
CMYK
RGB Variations
Color information
#C9C9FE (or 0xC9C9FE) is known color: Lavender Blue. HEX triplet: C9, C9 and FE. RGB value is (201,201,254). Sum of RGB (Red+Green+Blue) = 201+201+254=656 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.64% from 656); Green value is 201 (78.91% from 255 or 30.64% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9C9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C9FE is #363601. Grayscale: #CECECE. Windows color (decimal): -3552770 or 16697801. OLE color: 16697801.
HSL color Cylindrical-coordinate representation of color #C9C9FE: hue angle of 240º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9C9FE is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 201 | 254 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.00 |
| HSL | 240º | 0.96% | 0.89% | - |
| HSV(B) | 240º | 0.21% | 1% | - |
| XYZ | 62.86 | 61.35 | 102.29 | - |
| YUV | 207.04 | 154.5 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 201 | 254 | 0.21 | 0.21 | 0 | 0.00 | 240 | 0.96 | 0.89 |
| Hex | C9 | C9 | FE | 15 | 15 | 0 | 0 | F0 | 60 | 59 |
| Octal | 311 | 311 | 376 | 25 | 25 | 0 | 0 | 360 | 140 | 131 |
| Binary | 11001001 | 11001001 | 11111110 | 10101 | 10101 | 0 | 0 | 11110000 | 1100000 | 1011001 |
Color Harmonies of #C9C9FE
Complementary color
Monochromatic Colors of #C9C9FE
Black with #C9C9FE
Text Example
Text Example
White with #C9C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C9FE; }
p { color: rgb(201,201,254); }
H1.HeaderClassName
{
color: #C9C9FE;
}
.AnyTagClassName
{
color: #C9C9FE;
}
</style>
background-color css
<style>
a { background-color: #C9C9FE; }
a { background-color: rgb(201,201,254); }
div.DivClassName
{
background-color: #C9C9FE;
}
.BgClassName
{
background-color: #C9C9FE;
}
</style>
border-color css
<style>
span { border-color: #C9C9FE; }
span { border-color: rgb(201,201,254); }
td.TdClassName
{
border-color: #C9C9FE;
}
.TagClassName
{
border-color: #C9C9FE;
}
</style>