Shades of Lavender Blue #D4CEFC
Tints of Lavender Blue #D4CEFC
RGB
CMYK
RGB Variations
Color information
#D4CEFC (or 0xD4CEFC) is known color: Lavender Blue. HEX triplet: D4, CE and FC. RGB value is (212,206,252). Sum of RGB (Red+Green+Blue) = 212+206+252=670 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.64% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CEFC is #2B3103. Grayscale: #D4D4D4. Windows color (decimal): -2830596 or 16568020. OLE color: 16568020.
HSL color Cylindrical-coordinate representation of color #D4CEFC: hue angle of 247.83º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4CEFC is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 206 | 252 | - |
CMYK | 0.16 | 0.18 | 0 | 0.01 |
HSL | 247.83º | 0.88% | 0.9% | - |
HSV(B) | 247.83º | 0.18% | 0.99% | - |
XYZ | 66.79 | 65.17 | 101.15 | - |
YUV | 213.04 | 149.99 | 127.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 206 | 252 | 0.16 | 0.18 | 0 | 0.01 | 247.83 | 0.88 | 0.9 |
Hex | D4 | CE | FC | 10 | 12 | 0 | 1 | F8 | 58 | 5A |
Octal | 324 | 316 | 374 | 20 | 22 | 0 | 1 | 370 | 130 | 132 |
Binary | 11010100 | 11001110 | 11111100 | 10000 | 10010 | 0 | 1 | 11111000 | 1011000 | 1011010 |
Color Harmonies of #D4CEFC
Complementary color
Monochromatic Colors of #D4CEFC
Black with #D4CEFC
Text Example
Text Example
White with #D4CEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CEFC; }
p { color: rgb(212,206,252); }
H1.HeaderClassName
{
color: #D4CEFC;
}
.AnyTagClassName
{
color: #D4CEFC;
}
</style>
background-color css
<style>
a { background-color: #D4CEFC; }
a { background-color: rgb(212,206,252); }
div.DivClassName
{
background-color: #D4CEFC;
}
.BgClassName
{
background-color: #D4CEFC;
}
</style>
border-color css
<style>
span { border-color: #D4CEFC; }
span { border-color: rgb(212,206,252); }
td.TdClassName
{
border-color: #D4CEFC;
}
.TagClassName
{
border-color: #D4CEFC;
}
</style>