Shades of Dew #EAFAED
Tints of Dew #EAFAED
RGB
CMYK
RGB Variations
Color information
#EAFAED (or 0xEAFAED) is known color: Dew. HEX triplet: EA, FA and ED. RGB value is (234,250,237). Sum of RGB (Red+Green+Blue) = 234+250+237=721 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.45% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 237 (92.97% from 255 or 32.87% from 721); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFAED is #150512. Grayscale: #F3F3F3. Windows color (decimal): -1377555 or 15596266. OLE color: 15596266.
HSL color Cylindrical-coordinate representation of color #EAFAED: hue angle of 131.25º degrees, saturation: 0.62, 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 #EAFAED is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 234 | 250 | 237 | - |
CMYK | 0.06 | 0 | 0.05 | 0.02 |
HSL | 131.25º | 0.62% | 0.95% | - |
HSV(B) | 131.25º | 0.06% | 0.98% | - |
XYZ | 83.4 | 91.98 | 93.48 | - |
YUV | 243.73 | 124.2 | 121.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 250 | 237 | 0.06 | 0 | 0.05 | 0.02 | 131.25 | 0.62 | 0.95 |
Hex | EA | FA | ED | 6 | 0 | 5 | 2 | 83 | 3E | 5F |
Octal | 352 | 372 | 355 | 6 | 0 | 5 | 2 | 203 | 76 | 137 |
Binary | 11101010 | 11111010 | 11101101 | 110 | 0 | 101 | 10 | 10000011 | 111110 | 1011111 |
Color Harmonies of #EAFAED
Complementary color
Monochromatic Colors of #EAFAED
Black with #EAFAED
Text Example
Text Example
White with #EAFAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFAED; }
p { color: rgb(234,250,237); }
H1.HeaderClassName
{
color: #EAFAED;
}
.AnyTagClassName
{
color: #EAFAED;
}
</style>
background-color css
<style>
a { background-color: #EAFAED; }
a { background-color: rgb(234,250,237); }
div.DivClassName
{
background-color: #EAFAED;
}
.BgClassName
{
background-color: #EAFAED;
}
</style>
border-color css
<style>
span { border-color: #EAFAED; }
span { border-color: rgb(234,250,237); }
td.TdClassName
{
border-color: #EAFAED;
}
.TagClassName
{
border-color: #EAFAED;
}
</style>