#EBFAEE

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

Shades of Dew #EBFAEE

Tints of Dew #EBFAEE

Color information

#EBFAEE (or 0xEBFAEE) is unknown color: approx Dew. HEX triplet: EB, FA and EE. RGB value is (235,250,238). Sum of RGB (Red+Green+Blue) = 235+250+238=723 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.50% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 238 (93.36% from 255 or 32.92% from 723); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFAEE is #140511. Grayscale: #F4F4F4. Windows color (decimal): -1312018 or 15661803. OLE color: 15661803.

HSL color Cylindrical-coordinate representation of color #EBFAEE: hue angle of 132º degrees, saturation: 0.6, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBFAEE is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB235250238-
CMYK0.0600.050.02
HSL132º60%95.1%-
HSV(B)132º6%98.04%-
XYZ83.8892.2194.27-
YUV244.15124.53121.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.50%
GREEN value IS 250 (98.05% from 255) = 34.58%
BLUE value IS 238 (93.36% from 255) = 32.92%
R=32.50%
G=34.58%
B=32.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352502380.0600.050.021326095.1
HexEBFAEE6052843c5f
Octal353372356605220474137
Binary111010111111101011101110110010110100001001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAEE; }

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

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

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

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

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

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

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

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