Shades of Lavender Blue #D2C5FF
Tints of Lavender Blue #D2C5FF
RGB
CMYK
RGB Variations
Color information
#D2C5FF (or 0xD2C5FF) is known color: Lavender Blue. HEX triplet: D2, C5 and FF. RGB value is (210,197,255). Sum of RGB (Red+Green+Blue) = 210+197+255=662 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.72% from 662); Green value is 197 (77.34% from 255 or 29.76% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2C5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C5FF is #2D3A00. Grayscale: #CFCFCF. Windows color (decimal): -2963969 or 16762322. OLE color: 16762322.
HSL color Cylindrical-coordinate representation of color #D2C5FF: hue angle of 253.45º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2C5FF is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 197 | 255 | - |
| CMYK | 0.18 | 0.23 | 0 | 0 |
| HSL | 253.45º | 1% | 0.89% | - |
| HSV(B) | 253.45º | 0.23% | 1% | - |
| XYZ | 64.59 | 60.85 | 102.95 | - |
| YUV | 207.5 | 154.81 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 255 | 0.18 | 0.23 | 0 | 0 | 253.45 | 1 | 0.89 |
| Hex | D2 | C5 | FF | 12 | 17 | 0 | 0 | FD | 64 | 59 |
| Octal | 322 | 305 | 377 | 22 | 27 | 0 | 0 | 375 | 144 | 131 |
| Binary | 11010010 | 11000101 | 11111111 | 10010 | 10111 | 0 | 0 | 11111101 | 1100100 | 1011001 |
Color Harmonies of #D2C5FF
Complementary color
Monochromatic Colors of #D2C5FF
Black with #D2C5FF
Text Example
Text Example
White with #D2C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C5FF; }
p { color: rgb(210,197,255); }
H1.HeaderClassName
{
color: #D2C5FF;
}
.AnyTagClassName
{
color: #D2C5FF;
}
</style>
background-color css
<style>
a { background-color: #D2C5FF; }
a { background-color: rgb(210,197,255); }
div.DivClassName
{
background-color: #D2C5FF;
}
.BgClassName
{
background-color: #D2C5FF;
}
</style>
border-color css
<style>
span { border-color: #D2C5FF; }
span { border-color: rgb(210,197,255); }
td.TdClassName
{
border-color: #D2C5FF;
}
.TagClassName
{
border-color: #D2C5FF;
}
</style>