Shades of Lavender Blue #D5D2FD
Tints of Lavender Blue #D5D2FD
RGB
CMYK
RGB Variations
Color information
#D5D2FD (or 0xD5D2FD) is known color: Lavender Blue. HEX triplet: D5, D2 and FD. RGB value is (213,210,253). Sum of RGB (Red+Green+Blue) = 213+210+253=676 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.51% from 676); Green value is 210 (82.42% from 255 or 31.07% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5D2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D2FD is #2A2D02. Grayscale: #D7D7D7. Windows color (decimal): -2764035 or 16634581. OLE color: 16634581.
HSL color Cylindrical-coordinate representation of color #D5D2FD: hue angle of 244.19º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5D2FD is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 213 | 210 | 253 | - |
CMYK | 0.16 | 0.17 | 0 | 0.01 |
HSL | 244.19º | 0.91% | 0.91% | - |
HSV(B) | 244.19º | 0.17% | 0.99% | - |
XYZ | 68.22 | 67.33 | 102.33 | - |
YUV | 215.8 | 148.99 | 126 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 210 | 253 | 0.16 | 0.17 | 0 | 0.01 | 244.19 | 0.91 | 0.91 |
Hex | D5 | D2 | FD | 10 | 11 | 0 | 1 | F4 | 5B | 5B |
Octal | 325 | 322 | 375 | 20 | 21 | 0 | 1 | 364 | 133 | 133 |
Binary | 11010101 | 11010010 | 11111101 | 10000 | 10001 | 0 | 1 | 11110100 | 1011011 | 1011011 |
Color Harmonies of #D5D2FD
Complementary color
Monochromatic Colors of #D5D2FD
Black with #D5D2FD
Text Example
Text Example
White with #D5D2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D2FD; }
p { color: rgb(213,210,253); }
H1.HeaderClassName
{
color: #D5D2FD;
}
.AnyTagClassName
{
color: #D5D2FD;
}
</style>
background-color css
<style>
a { background-color: #D5D2FD; }
a { background-color: rgb(213,210,253); }
div.DivClassName
{
background-color: #D5D2FD;
}
.BgClassName
{
background-color: #D5D2FD;
}
</style>
border-color css
<style>
span { border-color: #D5D2FD; }
span { border-color: rgb(213,210,253); }
td.TdClassName
{
border-color: #D5D2FD;
}
.TagClassName
{
border-color: #D5D2FD;
}
</style>