Shades of Lavender Blue #D2C5FA
Tints of Lavender Blue #D2C5FA
RGB
CMYK
RGB Variations
Color information
#D2C5FA (or 0xD2C5FA) is known color: Lavender Blue. HEX triplet: D2, C5 and FA. RGB value is (210,197,250). Sum of RGB (Red+Green+Blue) = 210+197+250=657 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.96% from 657); Green value is 197 (77.34% from 255 or 29.98% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2C5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C5FA is #2D3A05. Grayscale: #CECECE. Windows color (decimal): -2963974 or 16434642. OLE color: 16434642.
HSL color Cylindrical-coordinate representation of color #D2C5FA: hue angle of 254.72º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2C5FA is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 197 | 250 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.02 |
| HSL | 254.72º | 0.84% | 0.88% | - |
| HSV(B) | 254.72º | 0.21% | 0.98% | - |
| XYZ | 63.8 | 60.54 | 98.76 | - |
| YUV | 206.93 | 152.31 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 250 | 0.16 | 0.21 | 0 | 0.02 | 254.72 | 0.84 | 0.88 |
| Hex | D2 | C5 | FA | 10 | 15 | 0 | 2 | FF | 54 | 58 |
| Octal | 322 | 305 | 372 | 20 | 25 | 0 | 2 | 377 | 124 | 130 |
| Binary | 11010010 | 11000101 | 11111010 | 10000 | 10101 | 0 | 10 | 11111111 | 1010100 | 1011000 |
Color Harmonies of #D2C5FA
Complementary color
Monochromatic Colors of #D2C5FA
Black with #D2C5FA
Text Example
Text Example
White with #D2C5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C5FA; }
p { color: rgb(210,197,250); }
H1.HeaderClassName
{
color: #D2C5FA;
}
.AnyTagClassName
{
color: #D2C5FA;
}
</style>
background-color css
<style>
a { background-color: #D2C5FA; }
a { background-color: rgb(210,197,250); }
div.DivClassName
{
background-color: #D2C5FA;
}
.BgClassName
{
background-color: #D2C5FA;
}
</style>
border-color css
<style>
span { border-color: #D2C5FA; }
span { border-color: rgb(210,197,250); }
td.TdClassName
{
border-color: #D2C5FA;
}
.TagClassName
{
border-color: #D2C5FA;
}
</style>