Shades of Lavender Blue #C9D4FF
Tints of Lavender Blue #C9D4FF
RGB
CMYK
RGB Variations
Color information
#C9D4FF (or 0xC9D4FF) is known color: Lavender Blue. HEX triplet: C9, D4 and FF. RGB value is (201,212,255). Sum of RGB (Red+Green+Blue) = 201+212+255=668 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30.09% from 668); Green value is 212 (83.20% from 255 or 31.74% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9D4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9D4FF is #362B00. Grayscale: #D5D5D5. Windows color (decimal): -3549953 or 16766153. OLE color: 16766153.
HSL color Cylindrical-coordinate representation of color #C9D4FF: hue angle of 227.78º 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 #C9D4FF is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 212 | 255 | - |
| CMYK | 0.21 | 0.17 | 0 | 0 |
| HSL | 227.78º | 1% | 0.89% | - |
| HSV(B) | 227.78º | 0.21% | 1% | - |
| XYZ | 65.68 | 66.72 | 104.03 | - |
| YUV | 213.61 | 151.36 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 212 | 255 | 0.21 | 0.17 | 0 | 0 | 227.78 | 1 | 0.89 |
| Hex | C9 | D4 | FF | 15 | 11 | 0 | 0 | E4 | 64 | 59 |
| Octal | 311 | 324 | 377 | 25 | 21 | 0 | 0 | 344 | 144 | 131 |
| Binary | 11001001 | 11010100 | 11111111 | 10101 | 10001 | 0 | 0 | 11100100 | 1100100 | 1011001 |
Color Harmonies of #C9D4FF
Complementary color
Monochromatic Colors of #C9D4FF
Black with #C9D4FF
Text Example
Text Example
White with #C9D4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D4FF; }
p { color: rgb(201,212,255); }
H1.HeaderClassName
{
color: #C9D4FF;
}
.AnyTagClassName
{
color: #C9D4FF;
}
</style>
background-color css
<style>
a { background-color: #C9D4FF; }
a { background-color: rgb(201,212,255); }
div.DivClassName
{
background-color: #C9D4FF;
}
.BgClassName
{
background-color: #C9D4FF;
}
</style>
border-color css
<style>
span { border-color: #C9D4FF; }
span { border-color: rgb(201,212,255); }
td.TdClassName
{
border-color: #C9D4FF;
}
.TagClassName
{
border-color: #C9D4FF;
}
</style>