#EBFEEE

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

Shades of Dew #EBFEEE

Tints of Dew #EBFEEE

Color information

#EBFEEE (or 0xEBFEEE) is unknown color: approx Dew. HEX triplet: EB, FE and EE. RGB value is (235,254,238). Sum of RGB (Red+Green+Blue) = 235+254+238=727 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.32% from 727); Green value is 254 (99.61% from 255 or 34.94% from 727); Blue value is 238 (93.36% from 255 or 32.74% from 727); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFEEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFEEE is #140111. Grayscale: #F6F6F6. Windows color (decimal): -1310994 or 15662827. OLE color: 15662827.

HSL color Cylindrical-coordinate representation of color #EBFEEE: hue angle of 129.47º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBFEEE is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB235254238-
CMYK0.0700.060.00
HSL129.47º90.48%95.88%-
HSV(B)129.47º7.48%99.61%-
XYZ85.1494.7294.68-
YUV246.5123.21119.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.32%
GREEN value IS 254 (99.61% from 255) = 34.94%
BLUE value IS 238 (93.36% from 255) = 32.74%
R=32.32%
G=34.94%
B=32.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352542380.0700.060.00129.4790.4895.88
HexEBFEEE7060815a60
Octal3533763567060201132140
Binary111010111111111011101110111011001000000110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFEEE; }

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

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

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

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

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

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

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

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