Shades of Lavender Blue #D4C8FD
Tints of Lavender Blue #D4C8FD
RGB
CMYK
RGB Variations
Color information
#D4C8FD (or 0xD4C8FD) is known color: Lavender Blue. HEX triplet: D4, C8 and FD. RGB value is (212,200,253). Sum of RGB (Red+Green+Blue) = 212+200+253=665 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.88% from 665); Green value is 200 (78.52% from 255 or 30.08% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4C8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C8FD is #2B3702. Grayscale: #D1D1D1. Windows color (decimal): -2832131 or 16632020. OLE color: 16632020.
HSL color Cylindrical-coordinate representation of color #D4C8FD: hue angle of 253.58º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4C8FD is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 200 | 253 | - |
CMYK | 0.16 | 0.21 | 0 | 0.01 |
HSL | 253.58º | 0.93% | 0.89% | - |
HSV(B) | 253.58º | 0.21% | 0.99% | - |
XYZ | 65.54 | 62.4 | 101.52 | - |
YUV | 209.63 | 152.48 | 129.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 200 | 253 | 0.16 | 0.21 | 0 | 0.01 | 253.58 | 0.93 | 0.89 |
Hex | D4 | C8 | FD | 10 | 15 | 0 | 1 | FE | 5D | 59 |
Octal | 324 | 310 | 375 | 20 | 25 | 0 | 1 | 376 | 135 | 131 |
Binary | 11010100 | 11001000 | 11111101 | 10000 | 10101 | 0 | 1 | 11111110 | 1011101 | 1011001 |
Color Harmonies of #D4C8FD
Complementary color
Monochromatic Colors of #D4C8FD
Black with #D4C8FD
Text Example
Text Example
White with #D4C8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C8FD; }
p { color: rgb(212,200,253); }
H1.HeaderClassName
{
color: #D4C8FD;
}
.AnyTagClassName
{
color: #D4C8FD;
}
</style>
background-color css
<style>
a { background-color: #D4C8FD; }
a { background-color: rgb(212,200,253); }
div.DivClassName
{
background-color: #D4C8FD;
}
.BgClassName
{
background-color: #D4C8FD;
}
</style>
border-color css
<style>
span { border-color: #D4C8FD; }
span { border-color: rgb(212,200,253); }
td.TdClassName
{
border-color: #D4C8FD;
}
.TagClassName
{
border-color: #D4C8FD;
}
</style>