Shades of Lavender Blue #D2CEFD
Tints of Lavender Blue #D2CEFD
RGB
CMYK
RGB Variations
Color information
#D2CEFD (or 0xD2CEFD) is known color: Lavender Blue. HEX triplet: D2, CE and FD. RGB value is (210,206,253). Sum of RGB (Red+Green+Blue) = 210+206+253=669 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.39% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CEFD is #2D3102. Grayscale: #D4D4D4. Windows color (decimal): -2961667 or 16633554. OLE color: 16633554.
HSL color Cylindrical-coordinate representation of color #D2CEFD: hue angle of 245.11º 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 #D2CEFD is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 206 | 253 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.01 |
| HSL | 245.11º | 0.92% | 0.9% | - |
| HSV(B) | 245.11º | 0.19% | 0.99% | - |
| XYZ | 66.38 | 64.94 | 101.96 | - |
| YUV | 212.55 | 150.83 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 253 | 0.17 | 0.19 | 0 | 0.01 | 245.11 | 0.92 | 0.9 |
| Hex | D2 | CE | FD | 11 | 13 | 0 | 1 | F5 | 5C | 5A |
| Octal | 322 | 316 | 375 | 21 | 23 | 0 | 1 | 365 | 134 | 132 |
| Binary | 11010010 | 11001110 | 11111101 | 10001 | 10011 | 0 | 1 | 11110101 | 1011100 | 1011010 |
Color Harmonies of #D2CEFD
Complementary color
Monochromatic Colors of #D2CEFD
Black with #D2CEFD
Text Example
Text Example
White with #D2CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CEFD; }
p { color: rgb(210,206,253); }
H1.HeaderClassName
{
color: #D2CEFD;
}
.AnyTagClassName
{
color: #D2CEFD;
}
</style>
background-color css
<style>
a { background-color: #D2CEFD; }
a { background-color: rgb(210,206,253); }
div.DivClassName
{
background-color: #D2CEFD;
}
.BgClassName
{
background-color: #D2CEFD;
}
</style>
border-color css
<style>
span { border-color: #D2CEFD; }
span { border-color: rgb(210,206,253); }
td.TdClassName
{
border-color: #D2CEFD;
}
.TagClassName
{
border-color: #D2CEFD;
}
</style>