Shades of Lavender Blue #D9CBFF
Tints of Lavender Blue #D9CBFF
RGB
CMYK
RGB Variations
Color information
#D9CBFF (or 0xD9CBFF) is known color: Lavender Blue. HEX triplet: D9, CB and FF. RGB value is (217,203,255). Sum of RGB (Red+Green+Blue) = 217+203+255=675 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.15% from 675); Green value is 203 (79.69% from 255 or 30.07% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CBFF is #263400. Grayscale: #D4D4D4. Windows color (decimal): -2503681 or 16763865. OLE color: 16763865.
HSL color Cylindrical-coordinate representation of color #D9CBFF: hue angle of 256.15º 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 #D9CBFF is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 203 | 255 | - |
| CMYK | 0.15 | 0.20 | 0 | 0 |
| HSL | 256.15º | 1% | 0.9% | - |
| HSV(B) | 256.15º | 0.2% | 1% | - |
| XYZ | 68.02 | 64.68 | 103.51 | - |
| YUV | 213.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 255 | 0.15 | 0.20 | 0 | 0 | 256.15 | 1 | 0.9 |
| Hex | D9 | CB | FF | F | 14 | 0 | 0 | 100 | 64 | 5A |
| Octal | 331 | 313 | 377 | 17 | 24 | 0 | 0 | 400 | 144 | 132 |
| Binary | 11011001 | 11001011 | 11111111 | 1111 | 10100 | 0 | 0 | 100000000 | 1100100 | 1011010 |
Color Harmonies of #D9CBFF
Complementary color
Monochromatic Colors of #D9CBFF
Black with #D9CBFF
Text Example
Text Example
White with #D9CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CBFF; }
p { color: rgb(217,203,255); }
H1.HeaderClassName
{
color: #D9CBFF;
}
.AnyTagClassName
{
color: #D9CBFF;
}
</style>
background-color css
<style>
a { background-color: #D9CBFF; }
a { background-color: rgb(217,203,255); }
div.DivClassName
{
background-color: #D9CBFF;
}
.BgClassName
{
background-color: #D9CBFF;
}
</style>
border-color css
<style>
span { border-color: #D9CBFF; }
span { border-color: rgb(217,203,255); }
td.TdClassName
{
border-color: #D9CBFF;
}
.TagClassName
{
border-color: #D9CBFF;
}
</style>