Shades of Lavender Blue #D3CCFD
Tints of Lavender Blue #D3CCFD
RGB
CMYK
RGB Variations
Color information
#D3CCFD (or 0xD3CCFD) is known color: Lavender Blue. HEX triplet: D3, CC and FD. RGB value is (211,204,253). Sum of RGB (Red+Green+Blue) = 211+204+253=668 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.59% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CCFD is #2C3302. Grayscale: #D3D3D3. Windows color (decimal): -2896643 or 16633043. OLE color: 16633043.
HSL color Cylindrical-coordinate representation of color #D3CCFD: hue angle of 248.57º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3CCFD is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 204 | 253 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.01 |
| HSL | 248.57º | 0.92% | 0.9% | - |
| HSV(B) | 248.57º | 0.19% | 0.99% | - |
| XYZ | 66.19 | 64.13 | 101.82 | - |
| YUV | 211.68 | 151.32 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 204 | 253 | 0.17 | 0.19 | 0 | 0.01 | 248.57 | 0.92 | 0.9 |
| Hex | D3 | CC | FD | 11 | 13 | 0 | 1 | F9 | 5C | 5A |
| Octal | 323 | 314 | 375 | 21 | 23 | 0 | 1 | 371 | 134 | 132 |
| Binary | 11010011 | 11001100 | 11111101 | 10001 | 10011 | 0 | 1 | 11111001 | 1011100 | 1011010 |
Color Harmonies of #D3CCFD
Complementary color
Monochromatic Colors of #D3CCFD
Black with #D3CCFD
Text Example
Text Example
White with #D3CCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CCFD; }
p { color: rgb(211,204,253); }
H1.HeaderClassName
{
color: #D3CCFD;
}
.AnyTagClassName
{
color: #D3CCFD;
}
</style>
background-color css
<style>
a { background-color: #D3CCFD; }
a { background-color: rgb(211,204,253); }
div.DivClassName
{
background-color: #D3CCFD;
}
.BgClassName
{
background-color: #D3CCFD;
}
</style>
border-color css
<style>
span { border-color: #D3CCFD; }
span { border-color: rgb(211,204,253); }
td.TdClassName
{
border-color: #D3CCFD;
}
.TagClassName
{
border-color: #D3CCFD;
}
</style>