Shades of Lavender Blue #D0D4FA
Tints of Lavender Blue #D0D4FA
RGB
CMYK
RGB Variations
Color information
#D0D4FA (or 0xD0D4FA) is known color: Lavender Blue. HEX triplet: D0, D4 and FA. RGB value is (208,212,250). Sum of RGB (Red+Green+Blue) = 208+212+250=670 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.04% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0D4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D4FA is #2F2B05. Grayscale: #D6D6D6. Windows color (decimal): -3091206 or 16438480. OLE color: 16438480.
HSL color Cylindrical-coordinate representation of color #D0D4FA: hue angle of 234.29º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0D4FA is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 212 | 250 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.02 |
| HSL | 234.29º | 0.81% | 0.9% | - |
| HSV(B) | 234.29º | 0.17% | 0.98% | - |
| XYZ | 66.81 | 67.4 | 99.93 | - |
| YUV | 215.14 | 147.67 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 212 | 250 | 0.17 | 0.15 | 0 | 0.02 | 234.29 | 0.81 | 0.9 |
| Hex | D0 | D4 | FA | 11 | F | 0 | 2 | EA | 51 | 5A |
| Octal | 320 | 324 | 372 | 21 | 17 | 0 | 2 | 352 | 121 | 132 |
| Binary | 11010000 | 11010100 | 11111010 | 10001 | 1111 | 0 | 10 | 11101010 | 1010001 | 1011010 |
Color Harmonies of #D0D4FA
Complementary color
Monochromatic Colors of #D0D4FA
Black with #D0D4FA
Text Example
Text Example
White with #D0D4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D4FA; }
p { color: rgb(208,212,250); }
H1.HeaderClassName
{
color: #D0D4FA;
}
.AnyTagClassName
{
color: #D0D4FA;
}
</style>
background-color css
<style>
a { background-color: #D0D4FA; }
a { background-color: rgb(208,212,250); }
div.DivClassName
{
background-color: #D0D4FA;
}
.BgClassName
{
background-color: #D0D4FA;
}
</style>
border-color css
<style>
span { border-color: #D0D4FA; }
span { border-color: rgb(208,212,250); }
td.TdClassName
{
border-color: #D0D4FA;
}
.TagClassName
{
border-color: #D0D4FA;
}
</style>