Shades of Lavender Blue #D2CDFF
Tints of Lavender Blue #D2CDFF
RGB
CMYK
RGB Variations
Color information
#D2CDFF (or 0xD2CDFF) is known color: Lavender Blue. HEX triplet: D2, CD and FF. RGB value is (210,205,255). Sum of RGB (Red+Green+Blue) = 210+205+255=670 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.34% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2CDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CDFF is #2D3200. Grayscale: #D4D4D4. Windows color (decimal): -2961921 or 16764370. OLE color: 16764370.
HSL color Cylindrical-coordinate representation of color #D2CDFF: hue angle of 246º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2CDFF is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 205 | 255 | - |
| CMYK | 0.18 | 0.20 | 0 | 0 |
| HSL | 246º | 1% | 0.9% | - |
| HSV(B) | 246º | 0.2% | 1% | - |
| XYZ | 66.46 | 64.58 | 103.57 | - |
| YUV | 212.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 205 | 255 | 0.18 | 0.20 | 0 | 0 | 246 | 1 | 0.9 |
| Hex | D2 | CD | FF | 12 | 14 | 0 | 0 | F6 | 64 | 5A |
| Octal | 322 | 315 | 377 | 22 | 24 | 0 | 0 | 366 | 144 | 132 |
| Binary | 11010010 | 11001101 | 11111111 | 10010 | 10100 | 0 | 0 | 11110110 | 1100100 | 1011010 |
Color Harmonies of #D2CDFF
Complementary color
Monochromatic Colors of #D2CDFF
Black with #D2CDFF
Text Example
Text Example
White with #D2CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CDFF; }
p { color: rgb(210,205,255); }
H1.HeaderClassName
{
color: #D2CDFF;
}
.AnyTagClassName
{
color: #D2CDFF;
}
</style>
background-color css
<style>
a { background-color: #D2CDFF; }
a { background-color: rgb(210,205,255); }
div.DivClassName
{
background-color: #D2CDFF;
}
.BgClassName
{
background-color: #D2CDFF;
}
</style>
border-color css
<style>
span { border-color: #D2CDFF; }
span { border-color: rgb(210,205,255); }
td.TdClassName
{
border-color: #D2CDFF;
}
.TagClassName
{
border-color: #D2CDFF;
}
</style>