Shades of Lavender Blue #C9CFF7
Tints of Lavender Blue #C9CFF7
RGB
CMYK
RGB Variations
Color information
#C9CFF7 (or 0xC9CFF7) is known color: Lavender Blue. HEX triplet: C9, CF and F7. RGB value is (201,207,247). Sum of RGB (Red+Green+Blue) = 201+207+247=655 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.69% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 247 (96.88% from 255 or 37.71% from 655); Max value from RGB is 247 - color contains mainly: blue. Hex color #C9CFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CFF7 is #363008. Grayscale: #D1D1D1. Windows color (decimal): -3551241 or 16240585. OLE color: 16240585.
HSL color Cylindrical-coordinate representation of color #C9CFF7: hue angle of 232.17º degrees, saturation: 0.74, 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 #C9CFF7 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 207 | 247 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.03 |
| HSL | 232.17º | 0.74% | 0.88% | - |
| HSV(B) | 232.17º | 0.19% | 0.97% | - |
| XYZ | 63.19 | 63.76 | 96.97 | - |
| YUV | 209.77 | 149.01 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 247 | 0.19 | 0.16 | 0 | 0.03 | 232.17 | 0.74 | 0.88 |
| Hex | C9 | CF | F7 | 13 | 10 | 0 | 3 | E8 | 4A | 58 |
| Octal | 311 | 317 | 367 | 23 | 20 | 0 | 3 | 350 | 112 | 130 |
| Binary | 11001001 | 11001111 | 11110111 | 10011 | 10000 | 0 | 11 | 11101000 | 1001010 | 1011000 |
Color Harmonies of #C9CFF7
Complementary color
Monochromatic Colors of #C9CFF7
Black with #C9CFF7
Text Example
Text Example
White with #C9CFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFF7; }
p { color: rgb(201,207,247); }
H1.HeaderClassName
{
color: #C9CFF7;
}
.AnyTagClassName
{
color: #C9CFF7;
}
</style>
background-color css
<style>
a { background-color: #C9CFF7; }
a { background-color: rgb(201,207,247); }
div.DivClassName
{
background-color: #C9CFF7;
}
.BgClassName
{
background-color: #C9CFF7;
}
</style>
border-color css
<style>
span { border-color: #C9CFF7; }
span { border-color: rgb(201,207,247); }
td.TdClassName
{
border-color: #C9CFF7;
}
.TagClassName
{
border-color: #C9CFF7;
}
</style>