Shades of Lavender Blue #D9CCFF
Tints of Lavender Blue #D9CCFF
RGB
CMYK
RGB Variations
Color information
#D9CCFF (or 0xD9CCFF) is known color: Lavender Blue. HEX triplet: D9, CC and FF. RGB value is (217,204,255). Sum of RGB (Red+Green+Blue) = 217+204+255=676 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.10% from 676); Green value is 204 (80.08% from 255 or 30.18% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CCFF is #263300. Grayscale: #D5D5D5. Windows color (decimal): -2503425 or 16764121. OLE color: 16764121.
HSL color Cylindrical-coordinate representation of color #D9CCFF: hue angle of 255.29º 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 #D9CCFF is Cyan = 0.15, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 204 | 255 | - |
| CMYK | 0.15 | 0.2 | 0 | 0 |
| HSL | 255.29º | 1% | 0.9% | - |
| HSV(B) | 255.29º | 0.2% | 1% | - |
| XYZ | 68.26 | 65.16 | 103.59 | - |
| YUV | 213.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 204 | 255 | 0.15 | 0.2 | 0 | 0 | 255.29 | 1 | 0.9 |
| Hex | D9 | CC | FF | F | 14 | 0 | 0 | FF | 64 | 5A |
| Octal | 331 | 314 | 377 | 17 | 24 | 0 | 0 | 377 | 144 | 132 |
| Binary | 11011001 | 11001100 | 11111111 | 1111 | 10100 | 0 | 0 | 11111111 | 1100100 | 1011010 |
Color Harmonies of #D9CCFF
Complementary color
Monochromatic Colors of #D9CCFF
Black with #D9CCFF
Text Example
Text Example
White with #D9CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CCFF; }
p { color: rgb(217,204,255); }
H1.HeaderClassName
{
color: #D9CCFF;
}
.AnyTagClassName
{
color: #D9CCFF;
}
</style>
background-color css
<style>
a { background-color: #D9CCFF; }
a { background-color: rgb(217,204,255); }
div.DivClassName
{
background-color: #D9CCFF;
}
.BgClassName
{
background-color: #D9CCFF;
}
</style>
border-color css
<style>
span { border-color: #D9CCFF; }
span { border-color: rgb(217,204,255); }
td.TdClassName
{
border-color: #D9CCFF;
}
.TagClassName
{
border-color: #D9CCFF;
}
</style>