Html Css Color HEX #EDFAF6 Mint Cream

📋 copy color: '#EDFAF6'

red 237 ◦ green 250 ◦ blue 246

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

Shades of Mint Cream #EDFAF6

Tints of Mint Cream #EDFAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 33.56%

R = 32.33%
G = 34.11%
B = 33.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#EDFAF6 (or 0xEDFAF6) is known color: Mint Cream. HEX triplet: ED, FA and F6. RGB value is (237,250,246). Sum of RGB (Red+Green+Blue) = 237+250+246=733 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.33% from 733); Green value is 250 (98.05% from 255 or 34.11% from 733); Blue value is 246 (96.48% from 255 or 33.56% from 733); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFAF6 is #120509. Grayscale: #F5F5F5. Windows color (decimal): -1180938 or 16186093. OLE color: 16186093.

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

Color convert

RGB 237 250 246 -
CMYK 0.05 0 0.02 0.02
HSL 161.54º 0.57% 0.95% -
HSV(B) 161.54º 0.05% 0.98% -
XYZ 85.75 93.03 100.63 -
YUV 245.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 237 250 246 0.05 0 0.02 0.02 161.54 0.57 0.95
Hex ED FA F6 5 0 2 2 A2 39 5F
Octal 355 372 366 5 0 2 2 242 71 137
Binary 11101101 11111010 11110110 101 0 10 10 10100010 111001 1011111

Color Harmonies of #EDFAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAF6

Black with #EDFAF6

Text Example


Text Example

White with #EDFAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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