Shades of Lavender Blue #C9D2FD
Tints of Lavender Blue #C9D2FD
RGB
CMYK
RGB Variations
Color information
#C9D2FD (or 0xC9D2FD) is known color: Lavender Blue. HEX triplet: C9, D2 and FD. RGB value is (201,210,253). Sum of RGB (Red+Green+Blue) = 201+210+253=664 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.27% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9D2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9D2FD is #362D02. Grayscale: #D4D4D4. Windows color (decimal): -3550467 or 16634569. OLE color: 16634569.
HSL color Cylindrical-coordinate representation of color #C9D2FD: hue angle of 229.62º 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 #C9D2FD is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 210 | 253 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.01 |
| HSL | 229.62º | 0.93% | 0.89% | - |
| HSV(B) | 229.62º | 0.21% | 0.99% | - |
| XYZ | 64.86 | 65.6 | 102.17 | - |
| YUV | 212.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 210 | 253 | 0.21 | 0.17 | 0 | 0.01 | 229.62 | 0.93 | 0.89 |
| Hex | C9 | D2 | FD | 15 | 11 | 0 | 1 | E6 | 5D | 59 |
| Octal | 311 | 322 | 375 | 25 | 21 | 0 | 1 | 346 | 135 | 131 |
| Binary | 11001001 | 11010010 | 11111101 | 10101 | 10001 | 0 | 1 | 11100110 | 1011101 | 1011001 |
Color Harmonies of #C9D2FD
Complementary color
Monochromatic Colors of #C9D2FD
Black with #C9D2FD
Text Example
Text Example
White with #C9D2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D2FD; }
p { color: rgb(201,210,253); }
H1.HeaderClassName
{
color: #C9D2FD;
}
.AnyTagClassName
{
color: #C9D2FD;
}
</style>
background-color css
<style>
a { background-color: #C9D2FD; }
a { background-color: rgb(201,210,253); }
div.DivClassName
{
background-color: #C9D2FD;
}
.BgClassName
{
background-color: #C9D2FD;
}
</style>
border-color css
<style>
span { border-color: #C9D2FD; }
span { border-color: rgb(201,210,253); }
td.TdClassName
{
border-color: #C9D2FD;
}
.TagClassName
{
border-color: #C9D2FD;
}
</style>