Shades of Lavender Blue #D4CDFC
Tints of Lavender Blue #D4CDFC
RGB
CMYK
RGB Variations
Color information
#D4CDFC (or 0xD4CDFC) is known color: Lavender Blue. HEX triplet: D4, CD and FC. RGB value is (212,205,252). Sum of RGB (Red+Green+Blue) = 212+205+252=669 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.69% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4CDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CDFC is #2B3203. Grayscale: #D4D4D4. Windows color (decimal): -2830852 or 16567764. OLE color: 16567764.
HSL color Cylindrical-coordinate representation of color #D4CDFC: hue angle of 248.94º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4CDFC is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 205 | 252 | - |
CMYK | 0.16 | 0.19 | 0 | 0.01 |
HSL | 248.94º | 0.89% | 0.9% | - |
HSV(B) | 248.94º | 0.19% | 0.99% | - |
XYZ | 66.55 | 64.69 | 101.07 | - |
YUV | 212.45 | 150.32 | 127.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 205 | 252 | 0.16 | 0.19 | 0 | 0.01 | 248.94 | 0.89 | 0.9 |
Hex | D4 | CD | FC | 10 | 13 | 0 | 1 | F9 | 59 | 5A |
Octal | 324 | 315 | 374 | 20 | 23 | 0 | 1 | 371 | 131 | 132 |
Binary | 11010100 | 11001101 | 11111100 | 10000 | 10011 | 0 | 1 | 11111001 | 1011001 | 1011010 |
Color Harmonies of #D4CDFC
Complementary color
Monochromatic Colors of #D4CDFC
Black with #D4CDFC
Text Example
Text Example
White with #D4CDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CDFC; }
p { color: rgb(212,205,252); }
H1.HeaderClassName
{
color: #D4CDFC;
}
.AnyTagClassName
{
color: #D4CDFC;
}
</style>
background-color css
<style>
a { background-color: #D4CDFC; }
a { background-color: rgb(212,205,252); }
div.DivClassName
{
background-color: #D4CDFC;
}
.BgClassName
{
background-color: #D4CDFC;
}
</style>
border-color css
<style>
span { border-color: #D4CDFC; }
span { border-color: rgb(212,205,252); }
td.TdClassName
{
border-color: #D4CDFC;
}
.TagClassName
{
border-color: #D4CDFC;
}
</style>