#ECFBEF

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

Shades of Dew #ECFBEF

Tints of Dew #ECFBEF

Color information

#ECFBEF (or 0xECFBEF) is unknown color: approx Dew. HEX triplet: EC, FB and EF. RGB value is (236,251,239). Sum of RGB (Red+Green+Blue) = 236+251+239=726 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.51% from 726); Green value is 251 (98.44% from 255 or 34.57% from 726); Blue value is 239 (93.75% from 255 or 32.92% from 726); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFBEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFBEF is #130410. Grayscale: #F5F5F5. Windows color (decimal): -1246225 or 15727596. OLE color: 15727596.

HSL color Cylindrical-coordinate representation of color #ECFBEF: hue angle of 132º degrees, saturation: 0.65, 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 #ECFBEF is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB236251239-
CMYK0.0600.050.02
HSL132º65.22%95.49%-
HSV(B)132º5.98%98.43%-
XYZ84.6793.0695.16-
YUV245.15124.53121.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.51%
GREEN value IS 251 (98.44% from 255) = 34.57%
BLUE value IS 239 (93.75% from 255) = 32.92%
R=32.51%
G=34.57%
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
Decimal2362512390.0600.050.0213265.2295.49
HexECFBEF605284415f
Octal3543733576052204101137
Binary1110110011111011111011111100101101000010010000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFBEF; }

 p { color: rgb(236,251,239); }

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

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

 a { background-color: rgb(236,251,239); }

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

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

 span { border-color: rgb(236,251,239); }

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