Shades of Lavender Blue #C9D4FD
Tints of Lavender Blue #C9D4FD
RGB
CMYK
RGB Variations
Color information
#C9D4FD (or 0xC9D4FD) is known color: Lavender Blue. HEX triplet: C9, D4 and FD. RGB value is (201,212,253). Sum of RGB (Red+Green+Blue) = 201+212+253=666 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30.18% from 666); Green value is 212 (83.20% from 255 or 31.83% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9D4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9D4FD is #362B02. Grayscale: #D5D5D5. Windows color (decimal): -3549955 or 16635081. OLE color: 16635081.
HSL color Cylindrical-coordinate representation of color #C9D4FD: hue angle of 227.31º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9D4FD is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 212 | 253 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.01 |
| HSL | 227.31º | 0.93% | 0.89% | - |
| HSV(B) | 227.31º | 0.21% | 0.99% | - |
| XYZ | 65.36 | 66.6 | 102.34 | - |
| YUV | 213.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 212 | 253 | 0.21 | 0.16 | 0 | 0.01 | 227.31 | 0.93 | 0.89 |
| Hex | C9 | D4 | FD | 15 | 10 | 0 | 1 | E3 | 5D | 59 |
| Octal | 311 | 324 | 375 | 25 | 20 | 0 | 1 | 343 | 135 | 131 |
| Binary | 11001001 | 11010100 | 11111101 | 10101 | 10000 | 0 | 1 | 11100011 | 1011101 | 1011001 |
Color Harmonies of #C9D4FD
Complementary color
Monochromatic Colors of #C9D4FD
Black with #C9D4FD
Text Example
Text Example
White with #C9D4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D4FD; }
p { color: rgb(201,212,253); }
H1.HeaderClassName
{
color: #C9D4FD;
}
.AnyTagClassName
{
color: #C9D4FD;
}
</style>
background-color css
<style>
a { background-color: #C9D4FD; }
a { background-color: rgb(201,212,253); }
div.DivClassName
{
background-color: #C9D4FD;
}
.BgClassName
{
background-color: #C9D4FD;
}
</style>
border-color css
<style>
span { border-color: #C9D4FD; }
span { border-color: rgb(201,212,253); }
td.TdClassName
{
border-color: #C9D4FD;
}
.TagClassName
{
border-color: #C9D4FD;
}
</style>