Shades of Lavender #DAE1FE
Tints of Lavender #DAE1FE
RGB
CMYK
RGB Variations
Color information
#DAE1FE (or 0xDAE1FE) is known color: Lavender. HEX triplet: DA, E1 and FE. RGB value is (218,225,254). Sum of RGB (Red+Green+Blue) = 218+225+254=697 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.28% from 697); Green value is 225 (88.28% from 255 or 32.28% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAE1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE1FE is #251E01. Grayscale: #E2E2E2. Windows color (decimal): -2432514 or 16703962. OLE color: 16703962.
HSL color Cylindrical-coordinate representation of color #DAE1FE: hue angle of 228.33º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAE1FE is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 225 | 254 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.00 |
| HSL | 228.33º | 0.95% | 0.93% | - |
| HSV(B) | 228.33º | 0.14% | 1% | - |
| XYZ | 73.73 | 75.91 | 104.53 | - |
| YUV | 226.21 | 143.68 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 254 | 0.14 | 0.11 | 0 | 0.00 | 228.33 | 0.95 | 0.93 |
| Hex | DA | E1 | FE | E | B | 0 | 0 | E4 | 5F | 5D |
| Octal | 332 | 341 | 376 | 16 | 13 | 0 | 0 | 344 | 137 | 135 |
| Binary | 11011010 | 11100001 | 11111110 | 1110 | 1011 | 0 | 0 | 11100100 | 1011111 | 1011101 |
Color Harmonies of #DAE1FE
Complementary color
Monochromatic Colors of #DAE1FE
Black with #DAE1FE
Text Example
Text Example
White with #DAE1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE1FE; }
p { color: rgb(218,225,254); }
H1.HeaderClassName
{
color: #DAE1FE;
}
.AnyTagClassName
{
color: #DAE1FE;
}
</style>
background-color css
<style>
a { background-color: #DAE1FE; }
a { background-color: rgb(218,225,254); }
div.DivClassName
{
background-color: #DAE1FE;
}
.BgClassName
{
background-color: #DAE1FE;
}
</style>
border-color css
<style>
span { border-color: #DAE1FE; }
span { border-color: rgb(218,225,254); }
td.TdClassName
{
border-color: #DAE1FE;
}
.TagClassName
{
border-color: #DAE1FE;
}
</style>