Shades of Lavender Blue #D0CCFB
Tints of Lavender Blue #D0CCFB
RGB
CMYK
RGB Variations
Color information
#D0CCFB (or 0xD0CCFB) is known color: Lavender Blue. HEX triplet: D0, CC and FB. RGB value is (208,204,251). Sum of RGB (Red+Green+Blue) = 208+204+251=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0CCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCFB is #2F3304. Grayscale: #D2D2D2. Windows color (decimal): -3093253 or 16501968. OLE color: 16501968.
HSL color Cylindrical-coordinate representation of color #D0CCFB: hue angle of 245.11º 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 #D0CCFB is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 204 | 251 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.02 |
| HSL | 245.11º | 0.85% | 0.89% | - |
| HSV(B) | 245.11º | 0.19% | 0.98% | - |
| XYZ | 65.02 | 63.56 | 100.11 | - |
| YUV | 210.55 | 150.83 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 251 | 0.17 | 0.19 | 0 | 0.02 | 245.11 | 0.85 | 0.89 |
| Hex | D0 | CC | FB | 11 | 13 | 0 | 2 | F5 | 55 | 59 |
| Octal | 320 | 314 | 373 | 21 | 23 | 0 | 2 | 365 | 125 | 131 |
| Binary | 11010000 | 11001100 | 11111011 | 10001 | 10011 | 0 | 10 | 11110101 | 1010101 | 1011001 |
Color Harmonies of #D0CCFB
Complementary color
Monochromatic Colors of #D0CCFB
Black with #D0CCFB
Text Example
Text Example
White with #D0CCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCFB; }
p { color: rgb(208,204,251); }
H1.HeaderClassName
{
color: #D0CCFB;
}
.AnyTagClassName
{
color: #D0CCFB;
}
</style>
background-color css
<style>
a { background-color: #D0CCFB; }
a { background-color: rgb(208,204,251); }
div.DivClassName
{
background-color: #D0CCFB;
}
.BgClassName
{
background-color: #D0CCFB;
}
</style>
border-color css
<style>
span { border-color: #D0CCFB; }
span { border-color: rgb(208,204,251); }
td.TdClassName
{
border-color: #D0CCFB;
}
.TagClassName
{
border-color: #D0CCFB;
}
</style>