Shades of Lavender Blue #D5CEFD
Tints of Lavender Blue #D5CEFD
RGB
CMYK
RGB Variations
Color information
#D5CEFD (or 0xD5CEFD) is known color: Lavender Blue. HEX triplet: D5, CE and FD. RGB value is (213,206,253). Sum of RGB (Red+Green+Blue) = 213+206+253=672 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.70% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CEFD is #2A3102. Grayscale: #D5D5D5. Windows color (decimal): -2765059 or 16633557. OLE color: 16633557.
HSL color Cylindrical-coordinate representation of color #D5CEFD: hue angle of 248.94º degrees, saturation: 0.92, 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 #D5CEFD is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 213 | 206 | 253 | - |
CMYK | 0.16 | 0.19 | 0 | 0.01 |
HSL | 248.94º | 0.92% | 0.9% | - |
HSV(B) | 248.94º | 0.19% | 0.99% | - |
XYZ | 67.24 | 65.38 | 102 | - |
YUV | 213.45 | 150.32 | 127.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 206 | 253 | 0.16 | 0.19 | 0 | 0.01 | 248.94 | 0.92 | 0.9 |
Hex | D5 | CE | FD | 10 | 13 | 0 | 1 | F9 | 5C | 5A |
Octal | 325 | 316 | 375 | 20 | 23 | 0 | 1 | 371 | 134 | 132 |
Binary | 11010101 | 11001110 | 11111101 | 10000 | 10011 | 0 | 1 | 11111001 | 1011100 | 1011010 |
Color Harmonies of #D5CEFD
Complementary color
Monochromatic Colors of #D5CEFD
Black with #D5CEFD
Text Example
Text Example
White with #D5CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CEFD; }
p { color: rgb(213,206,253); }
H1.HeaderClassName
{
color: #D5CEFD;
}
.AnyTagClassName
{
color: #D5CEFD;
}
</style>
background-color css
<style>
a { background-color: #D5CEFD; }
a { background-color: rgb(213,206,253); }
div.DivClassName
{
background-color: #D5CEFD;
}
.BgClassName
{
background-color: #D5CEFD;
}
</style>
border-color css
<style>
span { border-color: #D5CEFD; }
span { border-color: rgb(213,206,253); }
td.TdClassName
{
border-color: #D5CEFD;
}
.TagClassName
{
border-color: #D5CEFD;
}
</style>