Html Css Color HEX #EDFAEF Dew

📋 copy color: '#EDFAEF'

red 237 ◦ green 250 ◦ blue 239

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

Shades of Dew #EDFAEF

Tints of Dew #EDFAEF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 34.44%

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

R = 32.64%
G = 34.44%
B = 32.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#EDFAEF (or 0xEDFAEF) is known color: Dew. HEX triplet: ED, FA and EF. RGB value is (237,250,239). Sum of RGB (Red+Green+Blue) = 237+250+239=726 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.64% from 726); Green value is 250 (98.05% from 255 or 34.44% from 726); Blue value is 239 (93.75% from 255 or 32.92% from 726); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFAEF is #120510. Grayscale: #F4F4F4. Windows color (decimal): -1180945 or 15727341. OLE color: 15727341.

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

Color convert

RGB 237 250 239 -
CMYK 0.05 0 0.04 0.02
HSL 129.23º 0.57% 0.95% -
HSV(B) 129.23º 0.05% 0.98% -
XYZ 84.69 92.61 95.07 -
YUV 244.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 237 250 239 0.05 0 0.04 0.02 129.23 0.57 0.95
Hex ED FA EF 5 0 4 2 81 39 5F
Octal 355 372 357 5 0 4 2 201 71 137
Binary 11101101 11111010 11101111 101 0 100 10 10000001 111001 1011111

Color Harmonies of #EDFAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAEF

Black with #EDFAEF

Text Example


Text Example

White with #EDFAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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