Shades of Lavender Blue #D9CCFE
Tints of Lavender Blue #D9CCFE
RGB
CMYK
RGB Variations
Color information
#D9CCFE (or 0xD9CCFE) is known color: Lavender Blue. HEX triplet: D9, CC and FE. RGB value is (217,204,254). Sum of RGB (Red+Green+Blue) = 217+204+254=675 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.15% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CCFE is #263301. Grayscale: #D5D5D5. Windows color (decimal): -2503426 or 16698585. OLE color: 16698585.
HSL color Cylindrical-coordinate representation of color #D9CCFE: hue angle of 255.6º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9CCFE is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 217 | 204 | 254 | - |
CMYK | 0.15 | 0.20 | 0 | 0.00 |
HSL | 255.6º | 0.96% | 0.9% | - |
HSV(B) | 255.6º | 0.2% | 1% | - |
XYZ | 68.1 | 65.09 | 102.74 | - |
YUV | 213.59 | 150.81 | 130.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 204 | 254 | 0.15 | 0.20 | 0 | 0.00 | 255.6 | 0.96 | 0.9 |
Hex | D9 | CC | FE | F | 14 | 0 | 0 | 100 | 60 | 5A |
Octal | 331 | 314 | 376 | 17 | 24 | 0 | 0 | 400 | 140 | 132 |
Binary | 11011001 | 11001100 | 11111110 | 1111 | 10100 | 0 | 0 | 100000000 | 1100000 | 1011010 |
Color Harmonies of #D9CCFE
Complementary color
Monochromatic Colors of #D9CCFE
Black with #D9CCFE
Text Example
Text Example
White with #D9CCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CCFE; }
p { color: rgb(217,204,254); }
H1.HeaderClassName
{
color: #D9CCFE;
}
.AnyTagClassName
{
color: #D9CCFE;
}
</style>
background-color css
<style>
a { background-color: #D9CCFE; }
a { background-color: rgb(217,204,254); }
div.DivClassName
{
background-color: #D9CCFE;
}
.BgClassName
{
background-color: #D9CCFE;
}
</style>
border-color css
<style>
span { border-color: #D9CCFE; }
span { border-color: rgb(217,204,254); }
td.TdClassName
{
border-color: #D9CCFE;
}
.TagClassName
{
border-color: #D9CCFE;
}
</style>