Shades of Lavender #DAE1FF
Tints of Lavender #DAE1FF
RGB
CMYK
RGB Variations
Color information
#DAE1FF (or 0xDAE1FF) is known color: Lavender. HEX triplet: DA, E1 and FF. RGB value is (218,225,255). Sum of RGB (Red+Green+Blue) = 218+225+255=698 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.23% from 698); Green value is 225 (88.28% from 255 or 32.23% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAE1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE1FF is #251E00. Grayscale: #E2E2E2. Windows color (decimal): -2432513 or 16769498. OLE color: 16769498.
HSL color Cylindrical-coordinate representation of color #DAE1FF: hue angle of 228.65º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAE1FF is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 225 | 255 | - |
| CMYK | 0.15 | 0.12 | 0 | 0 |
| HSL | 228.65º | 1% | 0.93% | - |
| HSV(B) | 228.65º | 0.15% | 1% | - |
| XYZ | 73.89 | 75.98 | 105.38 | - |
| YUV | 226.33 | 144.18 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 255 | 0.15 | 0.12 | 0 | 0 | 228.65 | 1 | 0.93 |
| Hex | DA | E1 | FF | F | C | 0 | 0 | E5 | 64 | 5D |
| Octal | 332 | 341 | 377 | 17 | 14 | 0 | 0 | 345 | 144 | 135 |
| Binary | 11011010 | 11100001 | 11111111 | 1111 | 1100 | 0 | 0 | 11100101 | 1100100 | 1011101 |
Color Harmonies of #DAE1FF
Complementary color
Monochromatic Colors of #DAE1FF
Black with #DAE1FF
Text Example
Text Example
White with #DAE1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE1FF; }
p { color: rgb(218,225,255); }
H1.HeaderClassName
{
color: #DAE1FF;
}
.AnyTagClassName
{
color: #DAE1FF;
}
</style>
background-color css
<style>
a { background-color: #DAE1FF; }
a { background-color: rgb(218,225,255); }
div.DivClassName
{
background-color: #DAE1FF;
}
.BgClassName
{
background-color: #DAE1FF;
}
</style>
border-color css
<style>
span { border-color: #DAE1FF; }
span { border-color: rgb(218,225,255); }
td.TdClassName
{
border-color: #DAE1FF;
}
.TagClassName
{
border-color: #DAE1FF;
}
</style>