#EBFDEE

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

Shades of Dew #EBFDEE

Tints of Dew #EBFDEE

Color information

#EBFDEE (or 0xEBFDEE) is unknown color: approx Dew. HEX triplet: EB, FD and EE. RGB value is (235,253,238). Sum of RGB (Red+Green+Blue) = 235+253+238=726 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.37% from 726); Green value is 253 (99.22% from 255 or 34.85% from 726); Blue value is 238 (93.36% from 255 or 32.78% from 726); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFDEE is #140211. Grayscale: #F5F5F5. Windows color (decimal): -1311250 or 15662571. OLE color: 15662571.

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

Color convert

RGB235253238-
CMYK0.0700.060.01
HSL130º81.82%95.69%-
HSV(B)130º7.11%99.22%-
XYZ84.8294.0994.58-
YUV245.91123.54120.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.37%
GREEN value IS 253 (99.22% from 255) = 34.85%
BLUE value IS 238 (93.36% from 255) = 32.78%
R=32.37%
G=34.85%
B=32.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352532380.0700.060.0113081.8295.69
HexEBFDEE7061825260
Octal3533753567061202122140
Binary111010111111110111101110111011011000001010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFDEE; }

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

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

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

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

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

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

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

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