Shades of Dew #EAF9ED
Tints of Dew #EAF9ED
RGB
CMYK
RGB Variations
Color information
#EAF9ED (or 0xEAF9ED) is known color: Dew. HEX triplet: EA, F9 and ED. RGB value is (234,249,237). Sum of RGB (Red+Green+Blue) = 234+249+237=720 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.5% from 720); Green value is 249 (97.66% from 255 or 34.58% from 720); Blue value is 237 (92.97% from 255 or 32.92% from 720); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF9ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF9ED is #150612. Grayscale: #F3F3F3. Windows color (decimal): -1377811 or 15596010. OLE color: 15596010.
HSL color Cylindrical-coordinate representation of color #EAF9ED: hue angle of 132º degrees, saturation: 0.56, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAF9ED is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 234 | 249 | 237 | - |
CMYK | 0.06 | 0 | 0.05 | 0.02 |
HSL | 132º | 0.56% | 0.95% | - |
HSV(B) | 132º | 0.06% | 0.98% | - |
XYZ | 83.09 | 91.36 | 93.38 | - |
YUV | 243.15 | 124.53 | 121.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 249 | 237 | 0.06 | 0 | 0.05 | 0.02 | 132 | 0.56 | 0.95 |
Hex | EA | F9 | ED | 6 | 0 | 5 | 2 | 84 | 38 | 5F |
Octal | 352 | 371 | 355 | 6 | 0 | 5 | 2 | 204 | 70 | 137 |
Binary | 11101010 | 11111001 | 11101101 | 110 | 0 | 101 | 10 | 10000100 | 111000 | 1011111 |
Color Harmonies of #EAF9ED
Complementary color
Monochromatic Colors of #EAF9ED
Black with #EAF9ED
Text Example
Text Example
White with #EAF9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF9ED; }
p { color: rgb(234,249,237); }
H1.HeaderClassName
{
color: #EAF9ED;
}
.AnyTagClassName
{
color: #EAF9ED;
}
</style>
background-color css
<style>
a { background-color: #EAF9ED; }
a { background-color: rgb(234,249,237); }
div.DivClassName
{
background-color: #EAF9ED;
}
.BgClassName
{
background-color: #EAF9ED;
}
</style>
border-color css
<style>
span { border-color: #EAF9ED; }
span { border-color: rgb(234,249,237); }
td.TdClassName
{
border-color: #EAF9ED;
}
.TagClassName
{
border-color: #EAF9ED;
}
</style>