Shades of Lavender Blue #D0D0FD
Tints of Lavender Blue #D0D0FD
RGB
CMYK
RGB Variations
Color information
#D0D0FD (or 0xD0D0FD) is known color: Lavender Blue. HEX triplet: D0, D0 and FD. RGB value is (208,208,253). Sum of RGB (Red+Green+Blue) = 208+208+253=669 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.09% from 669); Green value is 208 (81.64% from 255 or 31.09% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0D0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D0FD is #2F2F02. Grayscale: #D4D4D4. Windows color (decimal): -3092227 or 16634064. OLE color: 16634064.
HSL color Cylindrical-coordinate representation of color #D0D0FD: hue angle of 240º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0D0FD is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 208 | 253 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.01 |
| HSL | 240º | 0.92% | 0.9% | - |
| HSV(B) | 240º | 0.18% | 0.99% | - |
| XYZ | 66.3 | 65.61 | 102.1 | - |
| YUV | 213.13 | 150.5 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 208 | 253 | 0.18 | 0.18 | 0 | 0.01 | 240 | 0.92 | 0.9 |
| Hex | D0 | D0 | FD | 12 | 12 | 0 | 1 | F0 | 5C | 5A |
| Octal | 320 | 320 | 375 | 22 | 22 | 0 | 1 | 360 | 134 | 132 |
| Binary | 11010000 | 11010000 | 11111101 | 10010 | 10010 | 0 | 1 | 11110000 | 1011100 | 1011010 |
Color Harmonies of #D0D0FD
Complementary color
Monochromatic Colors of #D0D0FD
Black with #D0D0FD
Text Example
Text Example
White with #D0D0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D0FD; }
p { color: rgb(208,208,253); }
H1.HeaderClassName
{
color: #D0D0FD;
}
.AnyTagClassName
{
color: #D0D0FD;
}
</style>
background-color css
<style>
a { background-color: #D0D0FD; }
a { background-color: rgb(208,208,253); }
div.DivClassName
{
background-color: #D0D0FD;
}
.BgClassName
{
background-color: #D0D0FD;
}
</style>
border-color css
<style>
span { border-color: #D0D0FD; }
span { border-color: rgb(208,208,253); }
td.TdClassName
{
border-color: #D0D0FD;
}
.TagClassName
{
border-color: #D0D0FD;
}
</style>