Shades of Lavender Blue #D0C4FA
Tints of Lavender Blue #D0C4FA
RGB
CMYK
RGB Variations
Color information
#D0C4FA (or 0xD0C4FA) is known color: Lavender Blue. HEX triplet: D0, C4 and FA. RGB value is (208,196,250). Sum of RGB (Red+Green+Blue) = 208+196+250=654 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.80% from 654); Green value is 196 (76.95% from 255 or 29.97% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0C4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C4FA is #2F3B05. Grayscale: #CDCDCD. Windows color (decimal): -3095302 or 16434384. OLE color: 16434384.
HSL color Cylindrical-coordinate representation of color #D0C4FA: hue angle of 253.33º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0C4FA is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 196 | 250 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.02 |
| HSL | 253.33º | 0.84% | 0.87% | - |
| HSV(B) | 253.33º | 0.22% | 0.98% | - |
| XYZ | 63.01 | 59.79 | 98.66 | - |
| YUV | 205.74 | 152.98 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 196 | 250 | 0.17 | 0.22 | 0 | 0.02 | 253.33 | 0.84 | 0.87 |
| Hex | D0 | C4 | FA | 11 | 16 | 0 | 2 | FD | 54 | 57 |
| Octal | 320 | 304 | 372 | 21 | 26 | 0 | 2 | 375 | 124 | 127 |
| Binary | 11010000 | 11000100 | 11111010 | 10001 | 10110 | 0 | 10 | 11111101 | 1010100 | 1010111 |
Color Harmonies of #D0C4FA
Complementary color
Monochromatic Colors of #D0C4FA
Black with #D0C4FA
Text Example
Text Example
White with #D0C4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C4FA; }
p { color: rgb(208,196,250); }
H1.HeaderClassName
{
color: #D0C4FA;
}
.AnyTagClassName
{
color: #D0C4FA;
}
</style>
background-color css
<style>
a { background-color: #D0C4FA; }
a { background-color: rgb(208,196,250); }
div.DivClassName
{
background-color: #D0C4FA;
}
.BgClassName
{
background-color: #D0C4FA;
}
</style>
border-color css
<style>
span { border-color: #D0C4FA; }
span { border-color: rgb(208,196,250); }
td.TdClassName
{
border-color: #D0C4FA;
}
.TagClassName
{
border-color: #D0C4FA;
}
</style>