Shades of Lavender Blue #D4D2FC
Tints of Lavender Blue #D4D2FC
RGB
CMYK
RGB Variations
Color information
#D4D2FC (or 0xD4D2FC) is known color: Lavender Blue. HEX triplet: D4, D2 and FC. RGB value is (212,210,252). Sum of RGB (Red+Green+Blue) = 212+210+252=674 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.45% from 674); Green value is 210 (82.42% from 255 or 31.16% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4D2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D2FC is #2B2D03. Grayscale: #D7D7D7. Windows color (decimal): -2829572 or 16569044. OLE color: 16569044.
HSL color Cylindrical-coordinate representation of color #D4D2FC: hue angle of 242.86º degrees, saturation: 0.88, 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 #D4D2FC is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 210 | 252 | - |
CMYK | 0.16 | 0.17 | 0 | 0.01 |
HSL | 242.86º | 0.88% | 0.91% | - |
HSV(B) | 242.86º | 0.17% | 0.99% | - |
XYZ | 67.77 | 67.12 | 101.48 | - |
YUV | 215.39 | 148.66 | 125.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 210 | 252 | 0.16 | 0.17 | 0 | 0.01 | 242.86 | 0.88 | 0.91 |
Hex | D4 | D2 | FC | 10 | 11 | 0 | 1 | F3 | 58 | 5B |
Octal | 324 | 322 | 374 | 20 | 21 | 0 | 1 | 363 | 130 | 133 |
Binary | 11010100 | 11010010 | 11111100 | 10000 | 10001 | 0 | 1 | 11110011 | 1011000 | 1011011 |
Color Harmonies of #D4D2FC
Complementary color
Monochromatic Colors of #D4D2FC
Black with #D4D2FC
Text Example
Text Example
White with #D4D2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D2FC; }
p { color: rgb(212,210,252); }
H1.HeaderClassName
{
color: #D4D2FC;
}
.AnyTagClassName
{
color: #D4D2FC;
}
</style>
background-color css
<style>
a { background-color: #D4D2FC; }
a { background-color: rgb(212,210,252); }
div.DivClassName
{
background-color: #D4D2FC;
}
.BgClassName
{
background-color: #D4D2FC;
}
</style>
border-color css
<style>
span { border-color: #D4D2FC; }
span { border-color: rgb(212,210,252); }
td.TdClassName
{
border-color: #D4D2FC;
}
.TagClassName
{
border-color: #D4D2FC;
}
</style>