Shades of Lavender Blue #C9CFFA
Tints of Lavender Blue #C9CFFA
RGB
CMYK
RGB Variations
Color information
#C9CFFA (or 0xC9CFFA) is known color: Lavender Blue. HEX triplet: C9, CF and FA. RGB value is (201,207,250). Sum of RGB (Red+Green+Blue) = 201+207+250=658 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.55% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9CFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CFFA is #363005. Grayscale: #D1D1D1. Windows color (decimal): -3551238 or 16437193. OLE color: 16437193.
HSL color Cylindrical-coordinate representation of color #C9CFFA: hue angle of 232.65º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9CFFA is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 207 | 250 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.02 |
| HSL | 232.65º | 0.83% | 0.88% | - |
| HSV(B) | 232.65º | 0.2% | 0.98% | - |
| XYZ | 63.66 | 63.95 | 99.43 | - |
| YUV | 210.11 | 150.51 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 250 | 0.20 | 0.17 | 0 | 0.02 | 232.65 | 0.83 | 0.88 |
| Hex | C9 | CF | FA | 14 | 11 | 0 | 2 | E9 | 53 | 58 |
| Octal | 311 | 317 | 372 | 24 | 21 | 0 | 2 | 351 | 123 | 130 |
| Binary | 11001001 | 11001111 | 11111010 | 10100 | 10001 | 0 | 10 | 11101001 | 1010011 | 1011000 |
Color Harmonies of #C9CFFA
Complementary color
Monochromatic Colors of #C9CFFA
Black with #C9CFFA
Text Example
Text Example
White with #C9CFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFFA; }
p { color: rgb(201,207,250); }
H1.HeaderClassName
{
color: #C9CFFA;
}
.AnyTagClassName
{
color: #C9CFFA;
}
</style>
background-color css
<style>
a { background-color: #C9CFFA; }
a { background-color: rgb(201,207,250); }
div.DivClassName
{
background-color: #C9CFFA;
}
.BgClassName
{
background-color: #C9CFFA;
}
</style>
border-color css
<style>
span { border-color: #C9CFFA; }
span { border-color: rgb(201,207,250); }
td.TdClassName
{
border-color: #C9CFFA;
}
.TagClassName
{
border-color: #C9CFFA;
}
</style>