#EAFDEB

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

Shades of Honeydew #EAFDEB

Tints of Honeydew #EAFDEB

Color information

#EAFDEB (or 0xEAFDEB) is unknown color: approx Honeydew. HEX triplet: EA, FD and EB. RGB value is (234,253,235). Sum of RGB (Red+Green+Blue) = 234+253+235=722 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.41% from 722); Green value is 253 (99.22% from 255 or 35.04% from 722); Blue value is 235 (92.19% from 255 or 32.55% from 722); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFDEB is #150214. Grayscale: #F5F5F5. Windows color (decimal): -1376789 or 15465962. OLE color: 15465962.

HSL color Cylindrical-coordinate representation of color #EAFDEB: hue angle of 123.16º 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 #EAFDEB is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB234253235-
CMYK0.0800.070.01
HSL123.16º82.61%95.49%-
HSV(B)123.16º7.51%99.22%-
XYZ84.0593.7492.26-
YUV245.27122.21119.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.41%
GREEN value IS 253 (99.22% from 255) = 35.04%
BLUE value IS 235 (92.19% from 255) = 32.55%
R=32.41%
G=35.04%
B=32.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342532350.0800.070.01123.1682.6195.49
HexEAFDEB80717b535f
Octal35237535310071173123137
Binary111010101111110111101011100001111111101110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDEB; }

 p { color: rgb(234,253,235); }

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

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

 a { background-color: rgb(234,253,235); }

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

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

 span { border-color: rgb(234,253,235); }

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