Shades of Lavender Blue #D5CEFE
Tints of Lavender Blue #D5CEFE
RGB
CMYK
RGB Variations
Color information
#D5CEFE (or 0xD5CEFE) is known color: Lavender Blue. HEX triplet: D5, CE and FE. RGB value is (213,206,254). Sum of RGB (Red+Green+Blue) = 213+206+254=673 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.65% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CEFE is #2A3101. Grayscale: #D5D5D5. Windows color (decimal): -2765058 or 16699093. OLE color: 16699093.
HSL color Cylindrical-coordinate representation of color #D5CEFE: hue angle of 248.75º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5CEFE is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 206 | 254 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.00 |
| HSL | 248.75º | 0.96% | 0.9% | - |
| HSV(B) | 248.75º | 0.19% | 1% | - |
| XYZ | 67.4 | 65.44 | 102.85 | - |
| YUV | 213.57 | 150.82 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 254 | 0.16 | 0.19 | 0 | 0.00 | 248.75 | 0.96 | 0.9 |
| Hex | D5 | CE | FE | 10 | 13 | 0 | 0 | F9 | 60 | 5A |
| Octal | 325 | 316 | 376 | 20 | 23 | 0 | 0 | 371 | 140 | 132 |
| Binary | 11010101 | 11001110 | 11111110 | 10000 | 10011 | 0 | 0 | 11111001 | 1100000 | 1011010 |
Color Harmonies of #D5CEFE
Complementary color
Monochromatic Colors of #D5CEFE
Black with #D5CEFE
Text Example
Text Example
White with #D5CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CEFE; }
p { color: rgb(213,206,254); }
H1.HeaderClassName
{
color: #D5CEFE;
}
.AnyTagClassName
{
color: #D5CEFE;
}
</style>
background-color css
<style>
a { background-color: #D5CEFE; }
a { background-color: rgb(213,206,254); }
div.DivClassName
{
background-color: #D5CEFE;
}
.BgClassName
{
background-color: #D5CEFE;
}
</style>
border-color css
<style>
span { border-color: #D5CEFE; }
span { border-color: rgb(213,206,254); }
td.TdClassName
{
border-color: #D5CEFE;
}
.TagClassName
{
border-color: #D5CEFE;
}
</style>