Shades of Lavender Blue #C9C9FF
Tints of Lavender Blue #C9C9FF
RGB
CMYK
RGB Variations
Color information
#C9C9FF (or 0xC9C9FF) is known color: Lavender Blue. HEX triplet: C9, C9 and FF. RGB value is (201,201,255). Sum of RGB (Red+Green+Blue) = 201+201+255=657 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.59% from 657); Green value is 201 (78.91% from 255 or 30.59% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9C9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C9FF is #363600. Grayscale: #CECECE. Windows color (decimal): -3552769 or 16763337. OLE color: 16763337.
HSL color Cylindrical-coordinate representation of color #C9C9FF: hue angle of 240º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9C9FF is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 201 | 255 | - |
| CMYK | 0.21 | 0.21 | 0 | 0 |
| HSL | 240º | 1% | 0.89% | - |
| HSV(B) | 240º | 0.21% | 1% | - |
| XYZ | 63.02 | 61.41 | 103.14 | - |
| YUV | 207.16 | 155 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 201 | 255 | 0.21 | 0.21 | 0 | 0 | 240 | 1 | 0.89 |
| Hex | C9 | C9 | FF | 15 | 15 | 0 | 0 | F0 | 64 | 59 |
| Octal | 311 | 311 | 377 | 25 | 25 | 0 | 0 | 360 | 144 | 131 |
| Binary | 11001001 | 11001001 | 11111111 | 10101 | 10101 | 0 | 0 | 11110000 | 1100100 | 1011001 |
Color Harmonies of #C9C9FF
Complementary color
Monochromatic Colors of #C9C9FF
Black with #C9C9FF
Text Example
Text Example
White with #C9C9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C9FF; }
p { color: rgb(201,201,255); }
H1.HeaderClassName
{
color: #C9C9FF;
}
.AnyTagClassName
{
color: #C9C9FF;
}
</style>
background-color css
<style>
a { background-color: #C9C9FF; }
a { background-color: rgb(201,201,255); }
div.DivClassName
{
background-color: #C9C9FF;
}
.BgClassName
{
background-color: #C9C9FF;
}
</style>
border-color css
<style>
span { border-color: #C9C9FF; }
span { border-color: rgb(201,201,255); }
td.TdClassName
{
border-color: #C9C9FF;
}
.TagClassName
{
border-color: #C9C9FF;
}
</style>