Shades of Lavender Blue #D2CCFB
Tints of Lavender Blue #D2CCFB
RGB
CMYK
RGB Variations
Color information
#D2CCFB (or 0xD2CCFB) is known color: Lavender Blue. HEX triplet: D2, CC and FB. RGB value is (210,204,251). Sum of RGB (Red+Green+Blue) = 210+204+251=665 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.58% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2CCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CCFB is #2D3304. Grayscale: #D2D2D2. Windows color (decimal): -2962181 or 16501970. OLE color: 16501970.
HSL color Cylindrical-coordinate representation of color #D2CCFB: hue angle of 247.66º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2CCFB is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 204 | 251 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.02 |
| HSL | 247.66º | 0.85% | 0.89% | - |
| HSV(B) | 247.66º | 0.19% | 0.98% | - |
| XYZ | 65.58 | 63.85 | 100.13 | - |
| YUV | 211.15 | 150.49 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 251 | 0.16 | 0.19 | 0 | 0.02 | 247.66 | 0.85 | 0.89 |
| Hex | D2 | CC | FB | 10 | 13 | 0 | 2 | F8 | 55 | 59 |
| Octal | 322 | 314 | 373 | 20 | 23 | 0 | 2 | 370 | 125 | 131 |
| Binary | 11010010 | 11001100 | 11111011 | 10000 | 10011 | 0 | 10 | 11111000 | 1010101 | 1011001 |
Color Harmonies of #D2CCFB
Complementary color
Monochromatic Colors of #D2CCFB
Black with #D2CCFB
Text Example
Text Example
White with #D2CCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CCFB; }
p { color: rgb(210,204,251); }
H1.HeaderClassName
{
color: #D2CCFB;
}
.AnyTagClassName
{
color: #D2CCFB;
}
</style>
background-color css
<style>
a { background-color: #D2CCFB; }
a { background-color: rgb(210,204,251); }
div.DivClassName
{
background-color: #D2CCFB;
}
.BgClassName
{
background-color: #D2CCFB;
}
</style>
border-color css
<style>
span { border-color: #D2CCFB; }
span { border-color: rgb(210,204,251); }
td.TdClassName
{
border-color: #D2CCFB;
}
.TagClassName
{
border-color: #D2CCFB;
}
</style>