Shades of Lavender Blue #D2D2FD
Tints of Lavender Blue #D2D2FD
RGB
CMYK
RGB Variations
Color information
#D2D2FD (or 0xD2D2FD) is known color: Lavender Blue. HEX triplet: D2, D2 and FD. RGB value is (210,210,253). Sum of RGB (Red+Green+Blue) = 210+210+253=673 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.20% from 673); Green value is 210 (82.42% from 255 or 31.20% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2D2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D2FD is #2D2D02. Grayscale: #D6D6D6. Windows color (decimal): -2960643 or 16634578. OLE color: 16634578.
HSL color Cylindrical-coordinate representation of color #D2D2FD: hue angle of 240º 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 #D2D2FD is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 210 | 253 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.01 |
| HSL | 240º | 0.91% | 0.91% | - |
| HSV(B) | 240º | 0.17% | 0.99% | - |
| XYZ | 67.35 | 66.89 | 102.29 | - |
| YUV | 214.9 | 149.5 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 210 | 253 | 0.17 | 0.17 | 0 | 0.01 | 240 | 0.91 | 0.91 |
| Hex | D2 | D2 | FD | 11 | 11 | 0 | 1 | F0 | 5B | 5B |
| Octal | 322 | 322 | 375 | 21 | 21 | 0 | 1 | 360 | 133 | 133 |
| Binary | 11010010 | 11010010 | 11111101 | 10001 | 10001 | 0 | 1 | 11110000 | 1011011 | 1011011 |
Color Harmonies of #D2D2FD
Complementary color
Monochromatic Colors of #D2D2FD
Black with #D2D2FD
Text Example
Text Example
White with #D2D2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D2FD; }
p { color: rgb(210,210,253); }
H1.HeaderClassName
{
color: #D2D2FD;
}
.AnyTagClassName
{
color: #D2D2FD;
}
</style>
background-color css
<style>
a { background-color: #D2D2FD; }
a { background-color: rgb(210,210,253); }
div.DivClassName
{
background-color: #D2D2FD;
}
.BgClassName
{
background-color: #D2D2FD;
}
</style>
border-color css
<style>
span { border-color: #D2D2FD; }
span { border-color: rgb(210,210,253); }
td.TdClassName
{
border-color: #D2D2FD;
}
.TagClassName
{
border-color: #D2D2FD;
}
</style>