#EAEEEB

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

Shades of Dew #EAEEEB

Tints of Dew #EAEEEB

Color information

#EAEEEB (or 0xEAEEEB) is unknown color: approx Dew. HEX triplet: EA, EE and EB. RGB value is (234,238,235). Sum of RGB (Red+Green+Blue) = 234+238+235=707 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.10% from 707); Green value is 238 (93.36% from 255 or 33.66% from 707); Blue value is 235 (92.19% from 255 or 33.24% from 707); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEEEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEEEB is #151114. Grayscale: #ECECEC. Windows color (decimal): -1380629 or 15462122. OLE color: 15462122.

HSL color Cylindrical-coordinate representation of color #EAEEEB: hue angle of 135º degrees, saturation: 0.11, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EAEEEB is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB234238235-
CMYK0.0200.010.07
HSL135º10.53%92.55%-
HSV(B)135º1.68%93.33%-
XYZ79.584.6490.74-
YUV236.46127.17126.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.10%
GREEN value IS 238 (93.36% from 255) = 33.66%
BLUE value IS 235 (92.19% from 255) = 33.24%
R=33.10%
G=33.66%
B=33.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342382350.0200.010.0713510.5392.55
HexEAEEEB201787b5d
Octal352356353201720713135
Binary11101010111011101110101110011111000011110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEEEB; }

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

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

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

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

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

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

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

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