Html Css Color HEX #EDFEF1 Dew

📋 copy color: '#EDFEF1'

red 237 ◦ green 254 ◦ blue 241

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

Shades of Dew #EDFEF1

Tints of Dew #EDFEF1

RGB

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

 GREEN value IS 254 (99.61% from 255) = 34.7%

 BLUE value IS 241 (94.53% from 255) = 32.92%

R = 32.38%
G = 34.7%
B = 32.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#EDFEF1 (or 0xEDFEF1) is known color: Dew. HEX triplet: ED, FE and F1. RGB value is (237,254,241). Sum of RGB (Red+Green+Blue) = 237+254+241=732 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.38% from 732); Green value is 254 (99.61% from 255 or 34.70% from 732); Blue value is 241 (94.53% from 255 or 32.92% from 732); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFEF1 is #12010E. Grayscale: #F7F7F7. Windows color (decimal): -1179919 or 15859437. OLE color: 15859437.

HSL color Cylindrical-coordinate representation of color #EDFEF1: hue angle of 134.12º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDFEF1 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 254 241 -
CMYK 0.07 0 0.05 0.00
HSL 134.12º 0.89% 0.96% -
HSV(B) 134.12º 0.07% 1% -
XYZ 86.24 95.24 97.06 -
YUV 247.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 237 254 241 0.07 0 0.05 0.00 134.12 0.89 0.96
Hex ED FE F1 7 0 5 0 86 59 60
Octal 355 376 361 7 0 5 0 206 131 140
Binary 11101101 11111110 11110001 111 0 101 0 10000110 1011001 1100000

Color Harmonies of #EDFEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFEF1

Black with #EDFEF1

Text Example


Text Example

White with #EDFEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFEF1; }

 p { color: rgb(237,254,241); }

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

background-color css

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

 a { background-color: rgb(237,254,241); }

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

border-color css

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

 span { border-color: rgb(237,254,241); }

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