Shades of Lavender Blue #DACEFE
Tints of Lavender Blue #DACEFE
RGB
CMYK
RGB Variations
Color information
#DACEFE (or 0xDACEFE) is known color: Lavender Blue. HEX triplet: DA, CE and FE. RGB value is (218,206,254). Sum of RGB (Red+Green+Blue) = 218+206+254=678 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.15% from 678); Green value is 206 (80.86% from 255 or 30.38% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #DACEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACEFE is #253101. Grayscale: #D6D6D6. Windows color (decimal): -2437378 or 16699098. OLE color: 16699098.
HSL color Cylindrical-coordinate representation of color #DACEFE: hue angle of 255º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DACEFE is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 206 | 254 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.00 |
| HSL | 255º | 0.96% | 0.9% | - |
| HSV(B) | 255º | 0.19% | 1% | - |
| XYZ | 68.87 | 66.2 | 102.91 | - |
| YUV | 215.06 | 149.98 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 254 | 0.14 | 0.19 | 0 | 0.00 | 255 | 0.96 | 0.9 |
| Hex | DA | CE | FE | E | 13 | 0 | 0 | FF | 60 | 5A |
| Octal | 332 | 316 | 376 | 16 | 23 | 0 | 0 | 377 | 140 | 132 |
| Binary | 11011010 | 11001110 | 11111110 | 1110 | 10011 | 0 | 0 | 11111111 | 1100000 | 1011010 |
Color Harmonies of #DACEFE
Complementary color
Monochromatic Colors of #DACEFE
Black with #DACEFE
Text Example
Text Example
White with #DACEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACEFE; }
p { color: rgb(218,206,254); }
H1.HeaderClassName
{
color: #DACEFE;
}
.AnyTagClassName
{
color: #DACEFE;
}
</style>
background-color css
<style>
a { background-color: #DACEFE; }
a { background-color: rgb(218,206,254); }
div.DivClassName
{
background-color: #DACEFE;
}
.BgClassName
{
background-color: #DACEFE;
}
</style>
border-color css
<style>
span { border-color: #DACEFE; }
span { border-color: rgb(218,206,254); }
td.TdClassName
{
border-color: #DACEFE;
}
.TagClassName
{
border-color: #DACEFE;
}
</style>