Shades of Lavender Blue #D2CDFD
Tints of Lavender Blue #D2CDFD
RGB
CMYK
RGB Variations
Color information
#D2CDFD (or 0xD2CDFD) is known color: Lavender Blue. HEX triplet: D2, CD and FD. RGB value is (210,205,253). Sum of RGB (Red+Green+Blue) = 210+205+253=668 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.44% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CDFD is #2D3202. Grayscale: #D3D3D3. Windows color (decimal): -2961923 or 16633298. OLE color: 16633298.
HSL color Cylindrical-coordinate representation of color #D2CDFD: hue angle of 246.25º 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 #D2CDFD is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 205 | 253 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.01 |
| HSL | 246.25º | 0.92% | 0.9% | - |
| HSV(B) | 246.25º | 0.19% | 0.99% | - |
| XYZ | 66.14 | 64.46 | 101.88 | - |
| YUV | 211.97 | 151.16 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 205 | 253 | 0.17 | 0.19 | 0 | 0.01 | 246.25 | 0.92 | 0.9 |
| Hex | D2 | CD | FD | 11 | 13 | 0 | 1 | F6 | 5C | 5A |
| Octal | 322 | 315 | 375 | 21 | 23 | 0 | 1 | 366 | 134 | 132 |
| Binary | 11010010 | 11001101 | 11111101 | 10001 | 10011 | 0 | 1 | 11110110 | 1011100 | 1011010 |
Color Harmonies of #D2CDFD
Complementary color
Monochromatic Colors of #D2CDFD
Black with #D2CDFD
Text Example
Text Example
White with #D2CDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CDFD; }
p { color: rgb(210,205,253); }
H1.HeaderClassName
{
color: #D2CDFD;
}
.AnyTagClassName
{
color: #D2CDFD;
}
</style>
background-color css
<style>
a { background-color: #D2CDFD; }
a { background-color: rgb(210,205,253); }
div.DivClassName
{
background-color: #D2CDFD;
}
.BgClassName
{
background-color: #D2CDFD;
}
</style>
border-color css
<style>
span { border-color: #D2CDFD; }
span { border-color: rgb(210,205,253); }
td.TdClassName
{
border-color: #D2CDFD;
}
.TagClassName
{
border-color: #D2CDFD;
}
</style>