Shades of Lavender Blue #C9CFF8
Tints of Lavender Blue #C9CFF8
RGB
CMYK
RGB Variations
Color information
#C9CFF8 (or 0xC9CFF8) is known color: Lavender Blue. HEX triplet: C9, CF and F8. RGB value is (201,207,248). Sum of RGB (Red+Green+Blue) = 201+207+248=656 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.64% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 248 (97.27% from 255 or 37.80% from 656); Max value from RGB is 248 - color contains mainly: blue. Hex color #C9CFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CFF8 is #363007. Grayscale: #D1D1D1. Windows color (decimal): -3551240 or 16306121. OLE color: 16306121.
HSL color Cylindrical-coordinate representation of color #C9CFF8: hue angle of 232.34º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9CFF8 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 207 | 248 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.03 |
| HSL | 232.34º | 0.77% | 0.88% | - |
| HSV(B) | 232.34º | 0.19% | 0.97% | - |
| XYZ | 63.34 | 63.82 | 97.79 | - |
| YUV | 209.88 | 149.51 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 248 | 0.19 | 0.17 | 0 | 0.03 | 232.34 | 0.77 | 0.88 |
| Hex | C9 | CF | F8 | 13 | 11 | 0 | 3 | E8 | 4D | 58 |
| Octal | 311 | 317 | 370 | 23 | 21 | 0 | 3 | 350 | 115 | 130 |
| Binary | 11001001 | 11001111 | 11111000 | 10011 | 10001 | 0 | 11 | 11101000 | 1001101 | 1011000 |
Color Harmonies of #C9CFF8
Complementary color
Monochromatic Colors of #C9CFF8
Black with #C9CFF8
Text Example
Text Example
White with #C9CFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFF8; }
p { color: rgb(201,207,248); }
H1.HeaderClassName
{
color: #C9CFF8;
}
.AnyTagClassName
{
color: #C9CFF8;
}
</style>
background-color css
<style>
a { background-color: #C9CFF8; }
a { background-color: rgb(201,207,248); }
div.DivClassName
{
background-color: #C9CFF8;
}
.BgClassName
{
background-color: #C9CFF8;
}
</style>
border-color css
<style>
span { border-color: #C9CFF8; }
span { border-color: rgb(201,207,248); }
td.TdClassName
{
border-color: #C9CFF8;
}
.TagClassName
{
border-color: #C9CFF8;
}
</style>