Shades of Lavender Blue #D0D2FC
Tints of Lavender Blue #D0D2FC
RGB
CMYK
RGB Variations
Color information
#D0D2FC (or 0xD0D2FC) is known color: Lavender Blue. HEX triplet: D0, D2 and FC. RGB value is (208,210,252). Sum of RGB (Red+Green+Blue) = 208+210+252=670 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.04% from 670); Green value is 210 (82.42% from 255 or 31.34% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0D2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D2FC is #2F2D03. Grayscale: #D6D6D6. Windows color (decimal): -3091716 or 16569040. OLE color: 16569040.
HSL color Cylindrical-coordinate representation of color #D0D2FC: hue angle of 237.27º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0D2FC is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 210 | 252 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.01 |
| HSL | 237.27º | 0.88% | 0.9% | - |
| HSV(B) | 237.27º | 0.17% | 0.99% | - |
| XYZ | 66.63 | 66.53 | 101.43 | - |
| YUV | 214.19 | 149.34 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 252 | 0.17 | 0.17 | 0 | 0.01 | 237.27 | 0.88 | 0.9 |
| Hex | D0 | D2 | FC | 11 | 11 | 0 | 1 | ED | 58 | 5A |
| Octal | 320 | 322 | 374 | 21 | 21 | 0 | 1 | 355 | 130 | 132 |
| Binary | 11010000 | 11010010 | 11111100 | 10001 | 10001 | 0 | 1 | 11101101 | 1011000 | 1011010 |
Color Harmonies of #D0D2FC
Complementary color
Monochromatic Colors of #D0D2FC
Black with #D0D2FC
Text Example
Text Example
White with #D0D2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D2FC; }
p { color: rgb(208,210,252); }
H1.HeaderClassName
{
color: #D0D2FC;
}
.AnyTagClassName
{
color: #D0D2FC;
}
</style>
background-color css
<style>
a { background-color: #D0D2FC; }
a { background-color: rgb(208,210,252); }
div.DivClassName
{
background-color: #D0D2FC;
}
.BgClassName
{
background-color: #D0D2FC;
}
</style>
border-color css
<style>
span { border-color: #D0D2FC; }
span { border-color: rgb(208,210,252); }
td.TdClassName
{
border-color: #D0D2FC;
}
.TagClassName
{
border-color: #D0D2FC;
}
</style>