Shades of Lavender Blue #D4D3FD
Tints of Lavender Blue #D4D3FD
RGB
CMYK
RGB Variations
Color information
#D4D3FD (or 0xD4D3FD) is known color: Lavender Blue. HEX triplet: D4, D3 and FD. RGB value is (212,211,253). Sum of RGB (Red+Green+Blue) = 212+211+253=676 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.36% from 676); Green value is 211 (82.81% from 255 or 31.21% 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 #D4D3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D3FD is #2B2C02. Grayscale: #D7D7D7. Windows color (decimal): -2829315 or 16634836. OLE color: 16634836.
HSL color Cylindrical-coordinate representation of color #D4D3FD: hue angle of 241.43º 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 #D4D3FD is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 211 | 253 | - |
CMYK | 0.16 | 0.17 | 0 | 0.01 |
HSL | 241.43º | 0.91% | 0.91% | - |
HSV(B) | 241.43º | 0.17% | 0.99% | - |
XYZ | 68.18 | 67.68 | 102.4 | - |
YUV | 216.09 | 148.83 | 125.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 211 | 253 | 0.16 | 0.17 | 0 | 0.01 | 241.43 | 0.91 | 0.91 |
Hex | D4 | D3 | FD | 10 | 11 | 0 | 1 | F1 | 5B | 5B |
Octal | 324 | 323 | 375 | 20 | 21 | 0 | 1 | 361 | 133 | 133 |
Binary | 11010100 | 11010011 | 11111101 | 10000 | 10001 | 0 | 1 | 11110001 | 1011011 | 1011011 |
Color Harmonies of #D4D3FD
Complementary color
Monochromatic Colors of #D4D3FD
Black with #D4D3FD
Text Example
Text Example
White with #D4D3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D3FD; }
p { color: rgb(212,211,253); }
H1.HeaderClassName
{
color: #D4D3FD;
}
.AnyTagClassName
{
color: #D4D3FD;
}
</style>
background-color css
<style>
a { background-color: #D4D3FD; }
a { background-color: rgb(212,211,253); }
div.DivClassName
{
background-color: #D4D3FD;
}
.BgClassName
{
background-color: #D4D3FD;
}
</style>
border-color css
<style>
span { border-color: #D4D3FD; }
span { border-color: rgb(212,211,253); }
td.TdClassName
{
border-color: #D4D3FD;
}
.TagClassName
{
border-color: #D4D3FD;
}
</style>