Shades of Lavender Blue #D2D5FD
Tints of Lavender Blue #D2D5FD
RGB
CMYK
RGB Variations
Color information
#D2D5FD (or 0xD2D5FD) is known color: Lavender Blue. HEX triplet: D2, D5 and FD. RGB value is (210,213,253). Sum of RGB (Red+Green+Blue) = 210+213+253=676 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.07% from 676); Green value is 213 (83.59% from 255 or 31.51% 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 #D2D5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D5FD is #2D2A02. Grayscale: #D8D8D8. Windows color (decimal): -2959875 or 16635346. OLE color: 16635346.
HSL color Cylindrical-coordinate representation of color #D2D5FD: hue angle of 235.81º 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 #D2D5FD is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 210 | 213 | 253 | - |
CMYK | 0.17 | 0.16 | 0 | 0.01 |
HSL | 235.81º | 0.91% | 0.91% | - |
HSV(B) | 235.81º | 0.17% | 0.99% | - |
XYZ | 68.1 | 68.38 | 102.54 | - |
YUV | 216.66 | 148.51 | 123.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 213 | 253 | 0.17 | 0.16 | 0 | 0.01 | 235.81 | 0.91 | 0.91 |
Hex | D2 | D5 | FD | 11 | 10 | 0 | 1 | EC | 5B | 5B |
Octal | 322 | 325 | 375 | 21 | 20 | 0 | 1 | 354 | 133 | 133 |
Binary | 11010010 | 11010101 | 11111101 | 10001 | 10000 | 0 | 1 | 11101100 | 1011011 | 1011011 |
Color Harmonies of #D2D5FD
Complementary color
Monochromatic Colors of #D2D5FD
Black with #D2D5FD
Text Example
Text Example
White with #D2D5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D5FD; }
p { color: rgb(210,213,253); }
H1.HeaderClassName
{
color: #D2D5FD;
}
.AnyTagClassName
{
color: #D2D5FD;
}
</style>
background-color css
<style>
a { background-color: #D2D5FD; }
a { background-color: rgb(210,213,253); }
div.DivClassName
{
background-color: #D2D5FD;
}
.BgClassName
{
background-color: #D2D5FD;
}
</style>
border-color css
<style>
span { border-color: #D2D5FD; }
span { border-color: rgb(210,213,253); }
td.TdClassName
{
border-color: #D2D5FD;
}
.TagClassName
{
border-color: #D2D5FD;
}
</style>