Shades of Lavender Blue #D9CFFD
Tints of Lavender Blue #D9CFFD
RGB
CMYK
RGB Variations
Color information
#D9CFFD (or 0xD9CFFD) is known color: Lavender Blue. HEX triplet: D9, CF and FD. RGB value is (217,207,253). Sum of RGB (Red+Green+Blue) = 217+207+253=677 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.05% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9CFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CFFD is #263002. Grayscale: #D7D7D7. Windows color (decimal): -2502659 or 16633817. OLE color: 16633817.
HSL color Cylindrical-coordinate representation of color #D9CFFD: hue angle of 253.04º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9CFFD is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 207 | 253 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.01 |
| HSL | 253.04º | 0.92% | 0.9% | - |
| HSV(B) | 253.04º | 0.18% | 0.99% | - |
| XYZ | 68.66 | 66.47 | 102.14 | - |
| YUV | 215.23 | 149.31 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 253 | 0.14 | 0.18 | 0 | 0.01 | 253.04 | 0.92 | 0.9 |
| Hex | D9 | CF | FD | E | 12 | 0 | 1 | FD | 5C | 5A |
| Octal | 331 | 317 | 375 | 16 | 22 | 0 | 1 | 375 | 134 | 132 |
| Binary | 11011001 | 11001111 | 11111101 | 1110 | 10010 | 0 | 1 | 11111101 | 1011100 | 1011010 |
Color Harmonies of #D9CFFD
Complementary color
Monochromatic Colors of #D9CFFD
Black with #D9CFFD
Text Example
Text Example
White with #D9CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFFD; }
p { color: rgb(217,207,253); }
H1.HeaderClassName
{
color: #D9CFFD;
}
.AnyTagClassName
{
color: #D9CFFD;
}
</style>
background-color css
<style>
a { background-color: #D9CFFD; }
a { background-color: rgb(217,207,253); }
div.DivClassName
{
background-color: #D9CFFD;
}
.BgClassName
{
background-color: #D9CFFD;
}
</style>
border-color css
<style>
span { border-color: #D9CFFD; }
span { border-color: rgb(217,207,253); }
td.TdClassName
{
border-color: #D9CFFD;
}
.TagClassName
{
border-color: #D9CFFD;
}
</style>