Shades of Lily White #DFEFE6
Tints of Lily White #DFEFE6
RGB
CMYK
RGB Variations
Color information
#DFEFE6 (or 0xDFEFE6) is known color: Lily White. HEX triplet: DF, EF and E6. RGB value is (223,239,230). Sum of RGB (Red+Green+Blue) = 223+239+230=692 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.23% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 230 (90.23% from 255 or 33.24% from 692); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEFE6 is #201019. Grayscale: #E9E9E9. Windows color (decimal): -2101274 or 15134687. OLE color: 15134687.
HSL color Cylindrical-coordinate representation of color #DFEFE6: hue angle of 146.25º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFEFE6 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 239 | 230 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.06 |
| HSL | 146.25º | 0.33% | 0.91% | - |
| HSV(B) | 146.25º | 0.07% | 0.94% | - |
| XYZ | 75.58 | 83.13 | 86.93 | - |
| YUV | 233.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 239 | 230 | 0.07 | 0 | 0.04 | 0.06 | 146.25 | 0.33 | 0.91 |
| Hex | DF | EF | E6 | 7 | 0 | 4 | 6 | 92 | 21 | 5B |
| Octal | 337 | 357 | 346 | 7 | 0 | 4 | 6 | 222 | 41 | 133 |
| Binary | 11011111 | 11101111 | 11100110 | 111 | 0 | 100 | 110 | 10010010 | 100001 | 1011011 |
Color Harmonies of #DFEFE6
Complementary color
Monochromatic Colors of #DFEFE6
Black with #DFEFE6
Text Example
Text Example
White with #DFEFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEFE6; }
p { color: rgb(223,239,230); }
H1.HeaderClassName
{
color: #DFEFE6;
}
.AnyTagClassName
{
color: #DFEFE6;
}
</style>
background-color css
<style>
a { background-color: #DFEFE6; }
a { background-color: rgb(223,239,230); }
div.DivClassName
{
background-color: #DFEFE6;
}
.BgClassName
{
background-color: #DFEFE6;
}
</style>
border-color css
<style>
span { border-color: #DFEFE6; }
span { border-color: rgb(223,239,230); }
td.TdClassName
{
border-color: #DFEFE6;
}
.TagClassName
{
border-color: #DFEFE6;
}
</style>