Shades of Dew #E6EFE8
Tints of Dew #E6EFE8
RGB
CMYK
RGB Variations
Color information
#E6EFE8 (or 0xE6EFE8) is known color: Dew. HEX triplet: E6, EF and E8. RGB value is (230,239,232). Sum of RGB (Red+Green+Blue) = 230+239+232=701 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.81% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 232 (91.02% from 255 or 33.10% from 701); Max value from RGB is 239 - color contains mainly: green. Hex color #E6EFE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EFE8 is #191017. Grayscale: #EBEBEB. Windows color (decimal): -1642520 or 15265766. OLE color: 15265766.
HSL color Cylindrical-coordinate representation of color #E6EFE8: hue angle of 133.33º degrees, saturation: 0.22, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E6EFE8 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 239 | 232 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.06 |
| HSL | 133.33º | 0.22% | 0.92% | - |
| HSV(B) | 133.33º | 0.04% | 0.94% | - |
| XYZ | 78.07 | 84.38 | 88.52 | - |
| YUV | 235.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 239 | 232 | 0.04 | 0 | 0.03 | 0.06 | 133.33 | 0.22 | 0.92 |
| Hex | E6 | EF | E8 | 4 | 0 | 3 | 6 | 85 | 16 | 5C |
| Octal | 346 | 357 | 350 | 4 | 0 | 3 | 6 | 205 | 26 | 134 |
| Binary | 11100110 | 11101111 | 11101000 | 100 | 0 | 11 | 110 | 10000101 | 10110 | 1011100 |
Color Harmonies of #E6EFE8
Complementary color
Monochromatic Colors of #E6EFE8
Black with #E6EFE8
Text Example
Text Example
White with #E6EFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EFE8; }
p { color: rgb(230,239,232); }
H1.HeaderClassName
{
color: #E6EFE8;
}
.AnyTagClassName
{
color: #E6EFE8;
}
</style>
background-color css
<style>
a { background-color: #E6EFE8; }
a { background-color: rgb(230,239,232); }
div.DivClassName
{
background-color: #E6EFE8;
}
.BgClassName
{
background-color: #E6EFE8;
}
</style>
border-color css
<style>
span { border-color: #E6EFE8; }
span { border-color: rgb(230,239,232); }
td.TdClassName
{
border-color: #E6EFE8;
}
.TagClassName
{
border-color: #E6EFE8;
}
</style>