Shades of Lavender Blue #D2C8FE
Tints of Lavender Blue #D2C8FE
RGB
CMYK
RGB Variations
Color information
#D2C8FE (or 0xD2C8FE) is known color: Lavender Blue. HEX triplet: D2, C8 and FE. RGB value is (210,200,254). Sum of RGB (Red+Green+Blue) = 210+200+254=664 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.63% from 664); Green value is 200 (78.52% from 255 or 30.12% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2C8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C8FE is #2D3701. Grayscale: #D0D0D0. Windows color (decimal): -2963202 or 16697554. OLE color: 16697554.
HSL color Cylindrical-coordinate representation of color #D2C8FE: hue angle of 251.11º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2C8FE is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 200 | 254 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.00 |
| HSL | 251.11º | 0.96% | 0.89% | - |
| HSV(B) | 251.11º | 0.21% | 1% | - |
| XYZ | 65.12 | 62.17 | 102.33 | - |
| YUV | 209.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 200 | 254 | 0.17 | 0.21 | 0 | 0.00 | 251.11 | 0.96 | 0.89 |
| Hex | D2 | C8 | FE | 11 | 15 | 0 | 0 | FB | 60 | 59 |
| Octal | 322 | 310 | 376 | 21 | 25 | 0 | 0 | 373 | 140 | 131 |
| Binary | 11010010 | 11001000 | 11111110 | 10001 | 10101 | 0 | 0 | 11111011 | 1100000 | 1011001 |
Color Harmonies of #D2C8FE
Complementary color
Monochromatic Colors of #D2C8FE
Black with #D2C8FE
Text Example
Text Example
White with #D2C8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C8FE; }
p { color: rgb(210,200,254); }
H1.HeaderClassName
{
color: #D2C8FE;
}
.AnyTagClassName
{
color: #D2C8FE;
}
</style>
background-color css
<style>
a { background-color: #D2C8FE; }
a { background-color: rgb(210,200,254); }
div.DivClassName
{
background-color: #D2C8FE;
}
.BgClassName
{
background-color: #D2C8FE;
}
</style>
border-color css
<style>
span { border-color: #D2C8FE; }
span { border-color: rgb(210,200,254); }
td.TdClassName
{
border-color: #D2C8FE;
}
.TagClassName
{
border-color: #D2C8FE;
}
</style>