Shades of Lavender Blue #D5CEFA
Tints of Lavender Blue #D5CEFA
RGB
CMYK
RGB Variations
Color information
#D5CEFA (or 0xD5CEFA) is known color: Lavender Blue. HEX triplet: D5, CE and FA. RGB value is (213,206,250). Sum of RGB (Red+Green+Blue) = 213+206+250=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5CEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CEFA is #2A3105. Grayscale: #D4D4D4. Windows color (decimal): -2765062 or 16436949. OLE color: 16436949.
HSL color Cylindrical-coordinate representation of color #D5CEFA: hue angle of 249.55º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5CEFA is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 206 | 250 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.02 |
| HSL | 249.55º | 0.81% | 0.89% | - |
| HSV(B) | 249.55º | 0.18% | 0.98% | - |
| XYZ | 66.77 | 65.19 | 99.51 | - |
| YUV | 213.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 250 | 0.15 | 0.18 | 0 | 0.02 | 249.55 | 0.81 | 0.89 |
| Hex | D5 | CE | FA | F | 12 | 0 | 2 | FA | 51 | 59 |
| Octal | 325 | 316 | 372 | 17 | 22 | 0 | 2 | 372 | 121 | 131 |
| Binary | 11010101 | 11001110 | 11111010 | 1111 | 10010 | 0 | 10 | 11111010 | 1010001 | 1011001 |
Color Harmonies of #D5CEFA
Complementary color
Monochromatic Colors of #D5CEFA
Black with #D5CEFA
Text Example
Text Example
White with #D5CEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CEFA; }
p { color: rgb(213,206,250); }
H1.HeaderClassName
{
color: #D5CEFA;
}
.AnyTagClassName
{
color: #D5CEFA;
}
</style>
background-color css
<style>
a { background-color: #D5CEFA; }
a { background-color: rgb(213,206,250); }
div.DivClassName
{
background-color: #D5CEFA;
}
.BgClassName
{
background-color: #D5CEFA;
}
</style>
border-color css
<style>
span { border-color: #D5CEFA; }
span { border-color: rgb(213,206,250); }
td.TdClassName
{
border-color: #D5CEFA;
}
.TagClassName
{
border-color: #D5CEFA;
}
</style>