Shades of Lavender Blue #D2CDF8
Tints of Lavender Blue #D2CDF8
RGB
CMYK
RGB Variations
Color information
#D2CDF8 (or 0xD2CDF8) is known color: Lavender Blue. HEX triplet: D2, CD and F8. RGB value is (210,205,248). Sum of RGB (Red+Green+Blue) = 210+205+248=663 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.67% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 248 (97.27% from 255 or 37.41% from 663); Max value from RGB is 248 - color contains mainly: blue. Hex color #D2CDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CDF8 is #2D3207. Grayscale: #D3D3D3. Windows color (decimal): -2961928 or 16305618. OLE color: 16305618.
HSL color Cylindrical-coordinate representation of color #D2CDF8: hue angle of 246.98º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2CDF8 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 205 | 248 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.03 |
| HSL | 246.98º | 0.75% | 0.89% | - |
| HSV(B) | 246.98º | 0.17% | 0.97% | - |
| XYZ | 65.35 | 64.14 | 97.74 | - |
| YUV | 211.4 | 148.66 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 205 | 248 | 0.15 | 0.17 | 0 | 0.03 | 246.98 | 0.75 | 0.89 |
| Hex | D2 | CD | F8 | F | 11 | 0 | 3 | F7 | 4B | 59 |
| Octal | 322 | 315 | 370 | 17 | 21 | 0 | 3 | 367 | 113 | 131 |
| Binary | 11010010 | 11001101 | 11111000 | 1111 | 10001 | 0 | 11 | 11110111 | 1001011 | 1011001 |
Color Harmonies of #D2CDF8
Complementary color
Monochromatic Colors of #D2CDF8
Black with #D2CDF8
Text Example
Text Example
White with #D2CDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CDF8; }
p { color: rgb(210,205,248); }
H1.HeaderClassName
{
color: #D2CDF8;
}
.AnyTagClassName
{
color: #D2CDF8;
}
</style>
background-color css
<style>
a { background-color: #D2CDF8; }
a { background-color: rgb(210,205,248); }
div.DivClassName
{
background-color: #D2CDF8;
}
.BgClassName
{
background-color: #D2CDF8;
}
</style>
border-color css
<style>
span { border-color: #D2CDF8; }
span { border-color: rgb(210,205,248); }
td.TdClassName
{
border-color: #D2CDF8;
}
.TagClassName
{
border-color: #D2CDF8;
}
</style>