Shades of Lavender Blue #D5CDFD
Tints of Lavender Blue #D5CDFD
RGB
CMYK
RGB Variations
Color information
#D5CDFD (or 0xD5CDFD) is known color: Lavender Blue. HEX triplet: D5, CD and FD. RGB value is (213,205,253). Sum of RGB (Red+Green+Blue) = 213+205+253=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CDFD is #2A3202. Grayscale: #D4D4D4. Windows color (decimal): -2765315 or 16633301. OLE color: 16633301.
HSL color Cylindrical-coordinate representation of color #D5CDFD: hue angle of 250º 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 #D5CDFD is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 213 | 205 | 253 | - |
CMYK | 0.16 | 0.19 | 0 | 0.01 |
HSL | 250º | 0.92% | 0.9% | - |
HSV(B) | 250º | 0.19% | 0.99% | - |
XYZ | 67 | 64.9 | 101.92 | - |
YUV | 212.86 | 150.65 | 128.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 205 | 253 | 0.16 | 0.19 | 0 | 0.01 | 250 | 0.92 | 0.9 |
Hex | D5 | CD | FD | 10 | 13 | 0 | 1 | FA | 5C | 5A |
Octal | 325 | 315 | 375 | 20 | 23 | 0 | 1 | 372 | 134 | 132 |
Binary | 11010101 | 11001101 | 11111101 | 10000 | 10011 | 0 | 1 | 11111010 | 1011100 | 1011010 |
Color Harmonies of #D5CDFD
Complementary color
Monochromatic Colors of #D5CDFD
Black with #D5CDFD
Text Example
Text Example
White with #D5CDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CDFD; }
p { color: rgb(213,205,253); }
H1.HeaderClassName
{
color: #D5CDFD;
}
.AnyTagClassName
{
color: #D5CDFD;
}
</style>
background-color css
<style>
a { background-color: #D5CDFD; }
a { background-color: rgb(213,205,253); }
div.DivClassName
{
background-color: #D5CDFD;
}
.BgClassName
{
background-color: #D5CDFD;
}
</style>
border-color css
<style>
span { border-color: #D5CDFD; }
span { border-color: rgb(213,205,253); }
td.TdClassName
{
border-color: #D5CDFD;
}
.TagClassName
{
border-color: #D5CDFD;
}
</style>