Shades of Dew #EAFDED
Tints of Dew #EAFDED
RGB
CMYK
RGB Variations
Color information
#EAFDED (or 0xEAFDED) is known color: Dew. HEX triplet: EA, FD and ED. RGB value is (234,253,237). Sum of RGB (Red+Green+Blue) = 234+253+237=724 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.32% from 724); Green value is 253 (99.22% from 255 or 34.94% from 724); Blue value is 237 (92.97% from 255 or 32.73% from 724); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFDED is #150212. Grayscale: #F5F5F5. Windows color (decimal): -1376787 or 15597034. OLE color: 15597034.
HSL color Cylindrical-coordinate representation of color #EAFDED: hue angle of 129.47º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAFDED is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 253 | 237 | - |
CMYK | 0.08 | 0 | 0.06 | 0.01 |
HSL | 129.47º | 0.83% | 0.95% | - |
HSV(B) | 129.47º | 0.08% | 0.99% | - |
XYZ | 84.34 | 93.86 | 93.79 | - |
YUV | 245.5 | 123.21 | 119.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 253 | 237 | 0.08 | 0 | 0.06 | 0.01 | 129.47 | 0.83 | 0.95 |
Hex | EA | FD | ED | 8 | 0 | 6 | 1 | 81 | 53 | 5F |
Octal | 352 | 375 | 355 | 10 | 0 | 6 | 1 | 201 | 123 | 137 |
Binary | 11101010 | 11111101 | 11101101 | 1000 | 0 | 110 | 1 | 10000001 | 1010011 | 1011111 |
Color Harmonies of #EAFDED
Complementary color
Monochromatic Colors of #EAFDED
Black with #EAFDED
Text Example
Text Example
White with #EAFDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFDED; }
p { color: rgb(234,253,237); }
H1.HeaderClassName
{
color: #EAFDED;
}
.AnyTagClassName
{
color: #EAFDED;
}
</style>
background-color css
<style>
a { background-color: #EAFDED; }
a { background-color: rgb(234,253,237); }
div.DivClassName
{
background-color: #EAFDED;
}
.BgClassName
{
background-color: #EAFDED;
}
</style>
border-color css
<style>
span { border-color: #EAFDED; }
span { border-color: rgb(234,253,237); }
td.TdClassName
{
border-color: #EAFDED;
}
.TagClassName
{
border-color: #EAFDED;
}
</style>