Shades of Lavender Blue #D2C5FB
Tints of Lavender Blue #D2C5FB
RGB
CMYK
RGB Variations
Color information
#D2C5FB (or 0xD2C5FB) is known color: Lavender Blue. HEX triplet: D2, C5 and FB. RGB value is (210,197,251). Sum of RGB (Red+Green+Blue) = 210+197+251=658 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.91% from 658); Green value is 197 (77.34% from 255 or 29.94% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2C5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C5FB is #2D3A04. Grayscale: #CECECE. Windows color (decimal): -2963973 or 16500178. OLE color: 16500178.
HSL color Cylindrical-coordinate representation of color #D2C5FB: hue angle of 254.44º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2C5FB is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 197 | 251 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.02 |
| HSL | 254.44º | 0.87% | 0.88% | - |
| HSV(B) | 254.44º | 0.22% | 0.98% | - |
| XYZ | 63.96 | 60.6 | 99.59 | - |
| YUV | 207.04 | 152.81 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 251 | 0.16 | 0.22 | 0 | 0.02 | 254.44 | 0.87 | 0.88 |
| Hex | D2 | C5 | FB | 10 | 16 | 0 | 2 | FE | 57 | 58 |
| Octal | 322 | 305 | 373 | 20 | 26 | 0 | 2 | 376 | 127 | 130 |
| Binary | 11010010 | 11000101 | 11111011 | 10000 | 10110 | 0 | 10 | 11111110 | 1010111 | 1011000 |
Color Harmonies of #D2C5FB
Complementary color
Monochromatic Colors of #D2C5FB
Black with #D2C5FB
Text Example
Text Example
White with #D2C5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C5FB; }
p { color: rgb(210,197,251); }
H1.HeaderClassName
{
color: #D2C5FB;
}
.AnyTagClassName
{
color: #D2C5FB;
}
</style>
background-color css
<style>
a { background-color: #D2C5FB; }
a { background-color: rgb(210,197,251); }
div.DivClassName
{
background-color: #D2C5FB;
}
.BgClassName
{
background-color: #D2C5FB;
}
</style>
border-color css
<style>
span { border-color: #D2C5FB; }
span { border-color: rgb(210,197,251); }
td.TdClassName
{
border-color: #D2C5FB;
}
.TagClassName
{
border-color: #D2C5FB;
}
</style>