Shades of Lavender Blue #D5C8FC
Tints of Lavender Blue #D5C8FC
RGB
CMYK
RGB Variations
Color information
#D5C8FC (or 0xD5C8FC) is known color: Lavender Blue. HEX triplet: D5, C8 and FC. RGB value is (213,200,252). Sum of RGB (Red+Green+Blue) = 213+200+252=665 (88% of max value = 765). Red value is 213 (83.59% from 255 or 32.03% from 665); Green value is 200 (78.52% from 255 or 30.08% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5C8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C8FC is #2A3703. Grayscale: #D1D1D1. Windows color (decimal): -2766596 or 16566485. OLE color: 16566485.
HSL color Cylindrical-coordinate representation of color #D5C8FC: hue angle of 255º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5C8FC is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 200 | 252 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.01 |
| HSL | 255º | 0.9% | 0.89% | - |
| HSV(B) | 255º | 0.21% | 0.99% | - |
| XYZ | 65.67 | 62.48 | 100.69 | - |
| YUV | 209.82 | 151.81 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 200 | 252 | 0.15 | 0.21 | 0 | 0.01 | 255 | 0.9 | 0.89 |
| Hex | D5 | C8 | FC | F | 15 | 0 | 1 | FF | 5A | 59 |
| Octal | 325 | 310 | 374 | 17 | 25 | 0 | 1 | 377 | 132 | 131 |
| Binary | 11010101 | 11001000 | 11111100 | 1111 | 10101 | 0 | 1 | 11111111 | 1011010 | 1011001 |
Color Harmonies of #D5C8FC
Complementary color
Monochromatic Colors of #D5C8FC
Black with #D5C8FC
Text Example
Text Example
White with #D5C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C8FC; }
p { color: rgb(213,200,252); }
H1.HeaderClassName
{
color: #D5C8FC;
}
.AnyTagClassName
{
color: #D5C8FC;
}
</style>
background-color css
<style>
a { background-color: #D5C8FC; }
a { background-color: rgb(213,200,252); }
div.DivClassName
{
background-color: #D5C8FC;
}
.BgClassName
{
background-color: #D5C8FC;
}
</style>
border-color css
<style>
span { border-color: #D5C8FC; }
span { border-color: rgb(213,200,252); }
td.TdClassName
{
border-color: #D5C8FC;
}
.TagClassName
{
border-color: #D5C8FC;
}
</style>