Shades of Lavender Blue #DACDFF
Tints of Lavender Blue #DACDFF
RGB
CMYK
RGB Variations
Color information
#DACDFF (or 0xDACDFF) is known color: Lavender Blue. HEX triplet: DA, CD and FF. RGB value is (218,205,255). Sum of RGB (Red+Green+Blue) = 218+205+255=678 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.15% from 678); Green value is 205 (80.47% from 255 or 30.24% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #DACDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACDFF is #253200. Grayscale: #D6D6D6. Windows color (decimal): -2437633 or 16764378. OLE color: 16764378.
HSL color Cylindrical-coordinate representation of color #DACDFF: hue angle of 255.6º 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 #DACDFF is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 205 | 255 | - |
| CMYK | 0.15 | 0.20 | 0 | 0 |
| HSL | 255.6º | 1% | 0.9% | - |
| HSV(B) | 255.6º | 0.2% | 1% | - |
| XYZ | 68.79 | 65.79 | 103.68 | - |
| YUV | 214.59 | 150.81 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 255 | 0.15 | 0.20 | 0 | 0 | 255.6 | 1 | 0.9 |
| Hex | DA | CD | FF | F | 14 | 0 | 0 | 100 | 64 | 5A |
| Octal | 332 | 315 | 377 | 17 | 24 | 0 | 0 | 400 | 144 | 132 |
| Binary | 11011010 | 11001101 | 11111111 | 1111 | 10100 | 0 | 0 | 100000000 | 1100100 | 1011010 |
Color Harmonies of #DACDFF
Complementary color
Monochromatic Colors of #DACDFF
Black with #DACDFF
Text Example
Text Example
White with #DACDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACDFF; }
p { color: rgb(218,205,255); }
H1.HeaderClassName
{
color: #DACDFF;
}
.AnyTagClassName
{
color: #DACDFF;
}
</style>
background-color css
<style>
a { background-color: #DACDFF; }
a { background-color: rgb(218,205,255); }
div.DivClassName
{
background-color: #DACDFF;
}
.BgClassName
{
background-color: #DACDFF;
}
</style>
border-color css
<style>
span { border-color: #DACDFF; }
span { border-color: rgb(218,205,255); }
td.TdClassName
{
border-color: #DACDFF;
}
.TagClassName
{
border-color: #DACDFF;
}
</style>