Shades of Lavender Blue #D3CCFF
Tints of Lavender Blue #D3CCFF
RGB
CMYK
RGB Variations
Color information
#D3CCFF (or 0xD3CCFF) is known color: Lavender Blue. HEX triplet: D3, CC and FF. RGB value is (211,204,255). Sum of RGB (Red+Green+Blue) = 211+204+255=670 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.49% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CCFF is #2C3300. Grayscale: #D3D3D3. Windows color (decimal): -2896641 or 16764115. OLE color: 16764115.
HSL color Cylindrical-coordinate representation of color #D3CCFF: hue angle of 248.24º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3CCFF is Cyan = 0.17, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 204 | 255 | - |
| CMYK | 0.17 | 0.2 | 0 | 0 |
| HSL | 248.24º | 1% | 0.9% | - |
| HSV(B) | 248.24º | 0.2% | 1% | - |
| XYZ | 66.51 | 64.25 | 103.5 | - |
| YUV | 211.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 204 | 255 | 0.17 | 0.2 | 0 | 0 | 248.24 | 1 | 0.9 |
| Hex | D3 | CC | FF | 11 | 14 | 0 | 0 | F8 | 64 | 5A |
| Octal | 323 | 314 | 377 | 21 | 24 | 0 | 0 | 370 | 144 | 132 |
| Binary | 11010011 | 11001100 | 11111111 | 10001 | 10100 | 0 | 0 | 11111000 | 1100100 | 1011010 |
Color Harmonies of #D3CCFF
Complementary color
Monochromatic Colors of #D3CCFF
Black with #D3CCFF
Text Example
Text Example
White with #D3CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CCFF; }
p { color: rgb(211,204,255); }
H1.HeaderClassName
{
color: #D3CCFF;
}
.AnyTagClassName
{
color: #D3CCFF;
}
</style>
background-color css
<style>
a { background-color: #D3CCFF; }
a { background-color: rgb(211,204,255); }
div.DivClassName
{
background-color: #D3CCFF;
}
.BgClassName
{
background-color: #D3CCFF;
}
</style>
border-color css
<style>
span { border-color: #D3CCFF; }
span { border-color: rgb(211,204,255); }
td.TdClassName
{
border-color: #D3CCFF;
}
.TagClassName
{
border-color: #D3CCFF;
}
</style>