Shades of Lavender Blue #DACFFE
Tints of Lavender Blue #DACFFE
RGB
CMYK
RGB Variations
Color information
#DACFFE (or 0xDACFFE) is known color: Lavender Blue. HEX triplet: DA, CF and FE. RGB value is (218,207,254). Sum of RGB (Red+Green+Blue) = 218+207+254=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 207 (81.25% from 255 or 30.49% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #DACFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACFFE is #253001. Grayscale: #D7D7D7. Windows color (decimal): -2437122 or 16699354. OLE color: 16699354.
HSL color Cylindrical-coordinate representation of color #DACFFE: hue angle of 254.04º 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 #DACFFE is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 207 | 254 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.00 |
| HSL | 254.04º | 0.96% | 0.9% | - |
| HSV(B) | 254.04º | 0.19% | 1% | - |
| XYZ | 69.12 | 66.69 | 103 | - |
| YUV | 215.65 | 149.64 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 254 | 0.14 | 0.19 | 0 | 0.00 | 254.04 | 0.96 | 0.9 |
| Hex | DA | CF | FE | E | 13 | 0 | 0 | FE | 60 | 5A |
| Octal | 332 | 317 | 376 | 16 | 23 | 0 | 0 | 376 | 140 | 132 |
| Binary | 11011010 | 11001111 | 11111110 | 1110 | 10011 | 0 | 0 | 11111110 | 1100000 | 1011010 |
Color Harmonies of #DACFFE
Complementary color
Monochromatic Colors of #DACFFE
Black with #DACFFE
Text Example
Text Example
White with #DACFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACFFE; }
p { color: rgb(218,207,254); }
H1.HeaderClassName
{
color: #DACFFE;
}
.AnyTagClassName
{
color: #DACFFE;
}
</style>
background-color css
<style>
a { background-color: #DACFFE; }
a { background-color: rgb(218,207,254); }
div.DivClassName
{
background-color: #DACFFE;
}
.BgClassName
{
background-color: #DACFFE;
}
</style>
border-color css
<style>
span { border-color: #DACFFE; }
span { border-color: rgb(218,207,254); }
td.TdClassName
{
border-color: #DACFFE;
}
.TagClassName
{
border-color: #DACFFE;
}
</style>