Shades of Lavender Blue #D5C9FB
Tints of Lavender Blue #D5C9FB
RGB
CMYK
RGB Variations
Color information
#D5C9FB (or 0xD5C9FB) is known color: Lavender Blue. HEX triplet: D5, C9 and FB. RGB value is (213,201,251). Sum of RGB (Red+Green+Blue) = 213+201+251=665 (88% of max value = 765). Red value is 213 (83.59% from 255 or 32.03% from 665); Green value is 201 (78.91% from 255 or 30.23% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5C9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C9FB is #2A3604. Grayscale: #D2D2D2. Windows color (decimal): -2766341 or 16501205. OLE color: 16501205.
HSL color Cylindrical-coordinate representation of color #D5C9FB: hue angle of 254.4º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5C9FB is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 201 | 251 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.02 |
| HSL | 254.4º | 0.86% | 0.89% | - |
| HSV(B) | 254.4º | 0.2% | 0.98% | - |
| XYZ | 65.74 | 62.88 | 99.94 | - |
| YUV | 210.29 | 150.98 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 251 | 0.15 | 0.20 | 0 | 0.02 | 254.4 | 0.86 | 0.89 |
| Hex | D5 | C9 | FB | F | 14 | 0 | 2 | FE | 56 | 59 |
| Octal | 325 | 311 | 373 | 17 | 24 | 0 | 2 | 376 | 126 | 131 |
| Binary | 11010101 | 11001001 | 11111011 | 1111 | 10100 | 0 | 10 | 11111110 | 1010110 | 1011001 |
Color Harmonies of #D5C9FB
Complementary color
Monochromatic Colors of #D5C9FB
Black with #D5C9FB
Text Example
Text Example
White with #D5C9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C9FB; }
p { color: rgb(213,201,251); }
H1.HeaderClassName
{
color: #D5C9FB;
}
.AnyTagClassName
{
color: #D5C9FB;
}
</style>
background-color css
<style>
a { background-color: #D5C9FB; }
a { background-color: rgb(213,201,251); }
div.DivClassName
{
background-color: #D5C9FB;
}
.BgClassName
{
background-color: #D5C9FB;
}
</style>
border-color css
<style>
span { border-color: #D5C9FB; }
span { border-color: rgb(213,201,251); }
td.TdClassName
{
border-color: #D5C9FB;
}
.TagClassName
{
border-color: #D5C9FB;
}
</style>