Shades of Lavender Blue #D5CEFC
Tints of Lavender Blue #D5CEFC
RGB
CMYK
RGB Variations
Color information
#D5CEFC (or 0xD5CEFC) is known color: Lavender Blue. HEX triplet: D5, CE and FC. RGB value is (213,206,252). Sum of RGB (Red+Green+Blue) = 213+206+252=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CEFC is #2A3103. Grayscale: #D5D5D5. Windows color (decimal): -2765060 or 16568021. OLE color: 16568021.
HSL color Cylindrical-coordinate representation of color #D5CEFC: hue angle of 249.13º 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 #D5CEFC is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 206 | 252 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.01 |
| HSL | 249.13º | 0.88% | 0.9% | - |
| HSV(B) | 249.13º | 0.18% | 0.99% | - |
| XYZ | 67.08 | 65.32 | 101.17 | - |
| YUV | 213.34 | 149.82 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 252 | 0.15 | 0.18 | 0 | 0.01 | 249.13 | 0.88 | 0.9 |
| Hex | D5 | CE | FC | F | 12 | 0 | 1 | F9 | 58 | 5A |
| Octal | 325 | 316 | 374 | 17 | 22 | 0 | 1 | 371 | 130 | 132 |
| Binary | 11010101 | 11001110 | 11111100 | 1111 | 10010 | 0 | 1 | 11111001 | 1011000 | 1011010 |
Color Harmonies of #D5CEFC
Complementary color
Monochromatic Colors of #D5CEFC
Black with #D5CEFC
Text Example
Text Example
White with #D5CEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CEFC; }
p { color: rgb(213,206,252); }
H1.HeaderClassName
{
color: #D5CEFC;
}
.AnyTagClassName
{
color: #D5CEFC;
}
</style>
background-color css
<style>
a { background-color: #D5CEFC; }
a { background-color: rgb(213,206,252); }
div.DivClassName
{
background-color: #D5CEFC;
}
.BgClassName
{
background-color: #D5CEFC;
}
</style>
border-color css
<style>
span { border-color: #D5CEFC; }
span { border-color: rgb(213,206,252); }
td.TdClassName
{
border-color: #D5CEFC;
}
.TagClassName
{
border-color: #D5CEFC;
}
</style>