Shades of Lavender Blue #D2CCF9
Tints of Lavender Blue #D2CCF9
RGB
CMYK
RGB Variations
Color information
#D2CCF9 (or 0xD2CCF9) is known color: Lavender Blue. HEX triplet: D2, CC and F9. RGB value is (210,204,249). Sum of RGB (Red+Green+Blue) = 210+204+249=663 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.67% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 249 - color contains mainly: blue. Hex color #D2CCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CCF9 is #2D3306. Grayscale: #D2D2D2. Windows color (decimal): -2962183 or 16370898. OLE color: 16370898.
HSL color Cylindrical-coordinate representation of color #D2CCF9: hue angle of 248º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2CCF9 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 204 | 249 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.02 |
| HSL | 248º | 0.79% | 0.89% | - |
| HSV(B) | 248º | 0.18% | 0.98% | - |
| XYZ | 65.27 | 63.73 | 98.48 | - |
| YUV | 210.92 | 149.49 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 249 | 0.16 | 0.18 | 0 | 0.02 | 248 | 0.79 | 0.89 |
| Hex | D2 | CC | F9 | 10 | 12 | 0 | 2 | F8 | 4F | 59 |
| Octal | 322 | 314 | 371 | 20 | 22 | 0 | 2 | 370 | 117 | 131 |
| Binary | 11010010 | 11001100 | 11111001 | 10000 | 10010 | 0 | 10 | 11111000 | 1001111 | 1011001 |
Color Harmonies of #D2CCF9
Complementary color
Monochromatic Colors of #D2CCF9
Black with #D2CCF9
Text Example
Text Example
White with #D2CCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CCF9; }
p { color: rgb(210,204,249); }
H1.HeaderClassName
{
color: #D2CCF9;
}
.AnyTagClassName
{
color: #D2CCF9;
}
</style>
background-color css
<style>
a { background-color: #D2CCF9; }
a { background-color: rgb(210,204,249); }
div.DivClassName
{
background-color: #D2CCF9;
}
.BgClassName
{
background-color: #D2CCF9;
}
</style>
border-color css
<style>
span { border-color: #D2CCF9; }
span { border-color: rgb(210,204,249); }
td.TdClassName
{
border-color: #D2CCF9;
}
.TagClassName
{
border-color: #D2CCF9;
}
</style>