Shades of Lavender Blue #DACCFF
Tints of Lavender Blue #DACCFF
RGB
CMYK
RGB Variations
Color information
#DACCFF (or 0xDACCFF) is known color: Lavender Blue. HEX triplet: DA, CC and FF. RGB value is (218,204,255). Sum of RGB (Red+Green+Blue) = 218+204+255=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 204 (80.08% from 255 or 30.13% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #DACCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACCFF is #253300. Grayscale: #D5D5D5. Windows color (decimal): -2437889 or 16764122. OLE color: 16764122.
HSL color Cylindrical-coordinate representation of color #DACCFF: hue angle of 256.47º 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 #DACCFF is Cyan = 0.15, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 204 | 255 | - |
| CMYK | 0.15 | 0.2 | 0 | 0 |
| HSL | 256.47º | 1% | 0.9% | - |
| HSV(B) | 256.47º | 0.2% | 1% | - |
| XYZ | 68.56 | 65.31 | 103.6 | - |
| YUV | 214 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 255 | 0.15 | 0.2 | 0 | 0 | 256.47 | 1 | 0.9 |
| Hex | DA | CC | FF | F | 14 | 0 | 0 | 100 | 64 | 5A |
| Octal | 332 | 314 | 377 | 17 | 24 | 0 | 0 | 400 | 144 | 132 |
| Binary | 11011010 | 11001100 | 11111111 | 1111 | 10100 | 0 | 0 | 100000000 | 1100100 | 1011010 |
Color Harmonies of #DACCFF
Complementary color
Monochromatic Colors of #DACCFF
Black with #DACCFF
Text Example
Text Example
White with #DACCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCFF; }
p { color: rgb(218,204,255); }
H1.HeaderClassName
{
color: #DACCFF;
}
.AnyTagClassName
{
color: #DACCFF;
}
</style>
background-color css
<style>
a { background-color: #DACCFF; }
a { background-color: rgb(218,204,255); }
div.DivClassName
{
background-color: #DACCFF;
}
.BgClassName
{
background-color: #DACCFF;
}
</style>
border-color css
<style>
span { border-color: #DACCFF; }
span { border-color: rgb(218,204,255); }
td.TdClassName
{
border-color: #DACCFF;
}
.TagClassName
{
border-color: #DACCFF;
}
</style>