#EAFBED

Color #EAFBED Dew (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dew #EAFBED

Tints of Dew #EAFBED

Color information

#EAFBED (or 0xEAFBED) is unknown color: approx Dew. HEX triplet: EA, FB and ED. RGB value is (234,251,237). Sum of RGB (Red+Green+Blue) = 234+251+237=722 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.41% from 722); Green value is 251 (98.44% from 255 or 34.76% from 722); Blue value is 237 (92.97% from 255 or 32.83% from 722); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFBED is #150412. Grayscale: #F4F4F4. Windows color (decimal): -1377299 or 15596522. OLE color: 15596522.

HSL color Cylindrical-coordinate representation of color #EAFBED: hue angle of 130.59º degrees, saturation: 0.68, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAFBED is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB234251237-
CMYK0.0700.060.02
HSL130.59º68%95.1%-
HSV(B)130.59º6.77%98.43%-
XYZ83.7192.693.58-
YUV244.32123.87120.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 32.41%
GREEN value IS 251 (98.44% from 255) = 34.76%
BLUE value IS 237 (92.97% from 255) = 32.83%
R=32.41%
G=34.76%
B=32.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342512370.0700.060.02130.596895.1
HexEAFBED706283445f
Octal3523733557062203104137
Binary1110101011111011111011011110110101000001110001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFBED; }

 p { color: rgb(234,251,237); }

 H1.HeaderClassName
 {
   color: #EAFBED;
 }
 .AnyTagClassName
 {
   color: #EAFBED;
 }
</style>
background-color css

<style>
 a { background-color: #EAFBED; }

 a { background-color: rgb(234,251,237); }

 div.DivClassName
 {
   background-color: #EAFBED;
 }
 .BgClassName
 {
   background-color: #EAFBED;
 }
</style>
border-color css

<style>
 span { border-color: #EAFBED; }

 span { border-color: rgb(234,251,237); }

 td.TdClassName
 {
   border-color: #EAFBED;
 }
 .TagClassName
 {
   border-color: #EAFBED;
 }
</style>