Html Css Color HEX #EDFBEF Dew

📋 copy color: '#EDFBEF'

red 237 ◦ green 251 ◦ blue 239

#EDFBEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dew #EDFBEF

Tints of Dew #EDFBEF

RGB

 RED value IS 237 (92.97% from 255) = 32.6%

 GREEN value IS 251 (98.44% from 255) = 34.53%

 BLUE value IS 239 (93.75% from 255) = 32.87%

R = 32.6%
G = 34.53%
B = 32.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#EDFBEF (or 0xEDFBEF) is known color: Dew. HEX triplet: ED, FB and EF. RGB value is (237,251,239). Sum of RGB (Red+Green+Blue) = 237+251+239=727 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.60% from 727); Green value is 251 (98.44% from 255 or 34.53% from 727); Blue value is 239 (93.75% from 255 or 32.87% from 727); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFBEF is #120410. Grayscale: #F5F5F5. Windows color (decimal): -1180689 or 15727597. OLE color: 15727597.

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

Color convert

RGB 237 251 239 -
CMYK 0.06 0 0.05 0.02
HSL 128.57º 0.64% 0.96% -
HSV(B) 128.57º 0.06% 0.98% -
XYZ 85 93.23 95.18 -
YUV 245.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 237 251 239 0.06 0 0.05 0.02 128.57 0.64 0.96
Hex ED FB EF 6 0 5 2 81 40 60
Octal 355 373 357 6 0 5 2 201 100 140
Binary 11101101 11111011 11101111 110 0 101 10 10000001 1000000 1100000

Color Harmonies of #EDFBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBEF

Black with #EDFBEF

Text Example


Text Example

White with #EDFBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBEF; }

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

 H1.HeaderClassName
 {
   color: #EDFBEF;
 }
 .AnyTagClassName
 {
   color: #EDFBEF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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