Shades of Dew #EAF1EB
Tints of Dew #EAF1EB
RGB
CMYK
RGB Variations
Color information
#EAF1EB (or 0xEAF1EB) is known color: Dew. HEX triplet: EA, F1 and EB. RGB value is (234,241,235). Sum of RGB (Red+Green+Blue) = 234+241+235=710 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.96% from 710); Green value is 241 (94.53% from 255 or 33.94% from 710); Blue value is 235 (92.19% from 255 or 33.10% from 710); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF1EB is #150E14. Grayscale: #EEEEEE. Windows color (decimal): -1379861 or 15462890. OLE color: 15462890.
HSL color Cylindrical-coordinate representation of color #EAF1EB: hue angle of 128.57º degrees, saturation: 0.2, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EAF1EB is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 234 | 241 | 235 | - |
CMYK | 0.03 | 0 | 0.02 | 0.05 |
HSL | 128.57º | 0.2% | 0.93% | - |
HSV(B) | 128.57º | 0.03% | 0.95% | - |
XYZ | 80.38 | 86.4 | 91.04 | - |
YUV | 238.22 | 126.18 | 124.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 241 | 235 | 0.03 | 0 | 0.02 | 0.05 | 128.57 | 0.2 | 0.93 |
Hex | EA | F1 | EB | 3 | 0 | 2 | 5 | 81 | 14 | 5D |
Octal | 352 | 361 | 353 | 3 | 0 | 2 | 5 | 201 | 24 | 135 |
Binary | 11101010 | 11110001 | 11101011 | 11 | 0 | 10 | 101 | 10000001 | 10100 | 1011101 |
Color Harmonies of #EAF1EB
Complementary color
Monochromatic Colors of #EAF1EB
Black with #EAF1EB
Text Example
Text Example
White with #EAF1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF1EB; }
p { color: rgb(234,241,235); }
H1.HeaderClassName
{
color: #EAF1EB;
}
.AnyTagClassName
{
color: #EAF1EB;
}
</style>
background-color css
<style>
a { background-color: #EAF1EB; }
a { background-color: rgb(234,241,235); }
div.DivClassName
{
background-color: #EAF1EB;
}
.BgClassName
{
background-color: #EAF1EB;
}
</style>
border-color css
<style>
span { border-color: #EAF1EB; }
span { border-color: rgb(234,241,235); }
td.TdClassName
{
border-color: #EAF1EB;
}
.TagClassName
{
border-color: #EAF1EB;
}
</style>