Shades of Lavender Blue #D0C5FC
Tints of Lavender Blue #D0C5FC
RGB
CMYK
RGB Variations
Color information
#D0C5FC (or 0xD0C5FC) is known color: Lavender Blue. HEX triplet: D0, C5 and FC. RGB value is (208,197,252). Sum of RGB (Red+Green+Blue) = 208+197+252=657 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.66% from 657); Green value is 197 (77.34% from 255 or 29.98% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0C5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C5FC is #2F3A03. Grayscale: #CECECE. Windows color (decimal): -3095044 or 16565712. OLE color: 16565712.
HSL color Cylindrical-coordinate representation of color #D0C5FC: hue angle of 252º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0C5FC is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 197 | 252 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.01 |
| HSL | 252º | 0.9% | 0.88% | - |
| HSV(B) | 252º | 0.22% | 0.99% | - |
| XYZ | 63.55 | 60.37 | 100.4 | - |
| YUV | 206.56 | 153.64 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 197 | 252 | 0.17 | 0.22 | 0 | 0.01 | 252 | 0.9 | 0.88 |
| Hex | D0 | C5 | FC | 11 | 16 | 0 | 1 | FC | 5A | 58 |
| Octal | 320 | 305 | 374 | 21 | 26 | 0 | 1 | 374 | 132 | 130 |
| Binary | 11010000 | 11000101 | 11111100 | 10001 | 10110 | 0 | 1 | 11111100 | 1011010 | 1011000 |
Color Harmonies of #D0C5FC
Complementary color
Monochromatic Colors of #D0C5FC
Black with #D0C5FC
Text Example
Text Example
White with #D0C5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C5FC; }
p { color: rgb(208,197,252); }
H1.HeaderClassName
{
color: #D0C5FC;
}
.AnyTagClassName
{
color: #D0C5FC;
}
</style>
background-color css
<style>
a { background-color: #D0C5FC; }
a { background-color: rgb(208,197,252); }
div.DivClassName
{
background-color: #D0C5FC;
}
.BgClassName
{
background-color: #D0C5FC;
}
</style>
border-color css
<style>
span { border-color: #D0C5FC; }
span { border-color: rgb(208,197,252); }
td.TdClassName
{
border-color: #D0C5FC;
}
.TagClassName
{
border-color: #D0C5FC;
}
</style>