#EBFCEE

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

Shades of Dew #EBFCEE

Tints of Dew #EBFCEE

Color information

#EBFCEE (or 0xEBFCEE) is unknown color: approx Dew. HEX triplet: EB, FC and EE. RGB value is (235,252,238). Sum of RGB (Red+Green+Blue) = 235+252+238=725 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.41% from 725); Green value is 252 (98.83% from 255 or 34.76% from 725); Blue value is 238 (93.36% from 255 or 32.83% from 725); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFCEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFCEE is #140311. Grayscale: #F5F5F5. Windows color (decimal): -1311506 or 15662315. OLE color: 15662315.

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

Color convert

RGB235252238-
CMYK0.0700.060.01
HSL130.59º73.91%95.49%-
HSV(B)130.59º6.75%98.82%-
XYZ84.593.4694.47-
YUV245.32123.87120.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.41%
GREEN value IS 252 (98.83% from 255) = 34.76%
BLUE value IS 238 (93.36% 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.01
SystemRedGreenBlueCMYKHSL
Decimal2352522380.0700.060.01130.5973.9195.49
HexEBFCEE7061834a5f
Octal3533743567061203112137
Binary111010111111110011101110111011011000001110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFCEE; }

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

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

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

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

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

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

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

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