Shades of Lavender Blue #C9CCFE
Tints of Lavender Blue #C9CCFE
RGB
CMYK
RGB Variations
Color information
#C9CCFE (or 0xC9CCFE) is known color: Lavender Blue. HEX triplet: C9, CC and FE. RGB value is (201,204,254). Sum of RGB (Red+Green+Blue) = 201+204+254=659 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.50% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CCFE is #363301. Grayscale: #D0D0D0. Windows color (decimal): -3552002 or 16698569. OLE color: 16698569.
HSL color Cylindrical-coordinate representation of color #C9CCFE: hue angle of 236.6º 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 #C9CCFE is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 204 | 254 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.00 |
| HSL | 236.6º | 0.96% | 0.89% | - |
| HSV(B) | 236.6º | 0.21% | 1% | - |
| XYZ | 63.57 | 62.76 | 102.53 | - |
| YUV | 208.8 | 153.51 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 204 | 254 | 0.21 | 0.20 | 0 | 0.00 | 236.6 | 0.96 | 0.89 |
| Hex | C9 | CC | FE | 15 | 14 | 0 | 0 | ED | 60 | 59 |
| Octal | 311 | 314 | 376 | 25 | 24 | 0 | 0 | 355 | 140 | 131 |
| Binary | 11001001 | 11001100 | 11111110 | 10101 | 10100 | 0 | 0 | 11101101 | 1100000 | 1011001 |
Color Harmonies of #C9CCFE
Complementary color
Monochromatic Colors of #C9CCFE
Black with #C9CCFE
Text Example
Text Example
White with #C9CCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CCFE; }
p { color: rgb(201,204,254); }
H1.HeaderClassName
{
color: #C9CCFE;
}
.AnyTagClassName
{
color: #C9CCFE;
}
</style>
background-color css
<style>
a { background-color: #C9CCFE; }
a { background-color: rgb(201,204,254); }
div.DivClassName
{
background-color: #C9CCFE;
}
.BgClassName
{
background-color: #C9CCFE;
}
</style>
border-color css
<style>
span { border-color: #C9CCFE; }
span { border-color: rgb(201,204,254); }
td.TdClassName
{
border-color: #C9CCFE;
}
.TagClassName
{
border-color: #C9CCFE;
}
</style>