Shades of Lavender Blue #D3CCF5
Tints of Lavender Blue #D3CCF5
RGB
CMYK
RGB Variations
Color information
#D3CCF5 (or 0xD3CCF5) is known color: Lavender Blue. HEX triplet: D3, CC and F5. RGB value is (211,204,245). Sum of RGB (Red+Green+Blue) = 211+204+245=660 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.97% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 245 (96.09% from 255 or 37.12% from 660); Max value from RGB is 245 - color contains mainly: blue. Hex color #D3CCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CCF5 is #2C330A. Grayscale: #D2D2D2. Windows color (decimal): -2896651 or 16108755. OLE color: 16108755.
HSL color Cylindrical-coordinate representation of color #D3CCF5: hue angle of 250.24º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3CCF5 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 204 | 245 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.04 |
| HSL | 250.24º | 0.67% | 0.88% | - |
| HSV(B) | 250.24º | 0.17% | 0.96% | - |
| XYZ | 64.94 | 63.63 | 95.24 | - |
| YUV | 210.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 204 | 245 | 0.14 | 0.17 | 0 | 0.04 | 250.24 | 0.67 | 0.88 |
| Hex | D3 | CC | F5 | E | 11 | 0 | 4 | FA | 43 | 58 |
| Octal | 323 | 314 | 365 | 16 | 21 | 0 | 4 | 372 | 103 | 130 |
| Binary | 11010011 | 11001100 | 11110101 | 1110 | 10001 | 0 | 100 | 11111010 | 1000011 | 1011000 |
Color Harmonies of #D3CCF5
Complementary color
Monochromatic Colors of #D3CCF5
Black with #D3CCF5
Text Example
Text Example
White with #D3CCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CCF5; }
p { color: rgb(211,204,245); }
H1.HeaderClassName
{
color: #D3CCF5;
}
.AnyTagClassName
{
color: #D3CCF5;
}
</style>
background-color css
<style>
a { background-color: #D3CCF5; }
a { background-color: rgb(211,204,245); }
div.DivClassName
{
background-color: #D3CCF5;
}
.BgClassName
{
background-color: #D3CCF5;
}
</style>
border-color css
<style>
span { border-color: #D3CCF5; }
span { border-color: rgb(211,204,245); }
td.TdClassName
{
border-color: #D3CCF5;
}
.TagClassName
{
border-color: #D3CCF5;
}
</style>