Shades of Lavender Blue #D9CDFD
Tints of Lavender Blue #D9CDFD
RGB
CMYK
RGB Variations
Color information
#D9CDFD (or 0xD9CDFD) is known color: Lavender Blue. HEX triplet: D9, CD and FD. RGB value is (217,205,253). Sum of RGB (Red+Green+Blue) = 217+205+253=675 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.15% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CDFD is #263202. Grayscale: #D5D5D5. Windows color (decimal): -2503171 or 16633305. OLE color: 16633305.
HSL color Cylindrical-coordinate representation of color #D9CDFD: hue angle of 255º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9CDFD is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 217 | 205 | 253 | - |
CMYK | 0.14 | 0.19 | 0 | 0.01 |
HSL | 255º | 0.92% | 0.9% | - |
HSV(B) | 255º | 0.19% | 0.99% | - |
XYZ | 68.18 | 65.51 | 101.98 | - |
YUV | 214.06 | 149.98 | 130.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 205 | 253 | 0.14 | 0.19 | 0 | 0.01 | 255 | 0.92 | 0.9 |
Hex | D9 | CD | FD | E | 13 | 0 | 1 | FF | 5C | 5A |
Octal | 331 | 315 | 375 | 16 | 23 | 0 | 1 | 377 | 134 | 132 |
Binary | 11011001 | 11001101 | 11111101 | 1110 | 10011 | 0 | 1 | 11111111 | 1011100 | 1011010 |
Color Harmonies of #D9CDFD
Complementary color
Monochromatic Colors of #D9CDFD
Black with #D9CDFD
Text Example
Text Example
White with #D9CDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CDFD; }
p { color: rgb(217,205,253); }
H1.HeaderClassName
{
color: #D9CDFD;
}
.AnyTagClassName
{
color: #D9CDFD;
}
</style>
background-color css
<style>
a { background-color: #D9CDFD; }
a { background-color: rgb(217,205,253); }
div.DivClassName
{
background-color: #D9CDFD;
}
.BgClassName
{
background-color: #D9CDFD;
}
</style>
border-color css
<style>
span { border-color: #D9CDFD; }
span { border-color: rgb(217,205,253); }
td.TdClassName
{
border-color: #D9CDFD;
}
.TagClassName
{
border-color: #D9CDFD;
}
</style>