Html Css Color HEX #EDF2C6 Spring Sun

📋 copy color: '#EDF2C6'

red 237 ◦ green 242 ◦ blue 198

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

Shades of Spring Sun #EDF2C6

Tints of Spring Sun #EDF2C6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.75%

 BLUE value IS 198 (77.73% from 255) = 29.25%

R = 35.01%
G = 35.75%
B = 29.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#EDF2C6 (or 0xEDF2C6) is known color: Spring Sun. HEX triplet: ED, F2 and C6. RGB value is (237,242,198). Sum of RGB (Red+Green+Blue) = 237+242+198=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 198 (77.73% from 255 or 29.25% from 677); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2C6 is #120D39. Grayscale: #EBEBEB. Windows color (decimal): -1183034 or 13038317. OLE color: 13038317.

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

Color convert

RGB 237 242 198 -
CMYK 0.02 0 0.18 0.05
HSL 66.82º 0.63% 0.86% -
HSV(B) 66.82º 0.18% 0.95% -
XYZ 76.87 85.59 65.89 -
YUV 235.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 237 242 198 0.02 0 0.18 0.05 66.82 0.63 0.86
Hex ED F2 C6 2 0 12 5 43 3F 56
Octal 355 362 306 2 0 22 5 103 77 126
Binary 11101101 11110010 11000110 10 0 10010 101 1000011 111111 1010110

Color Harmonies of #EDF2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF2C6

Black with #EDF2C6

Text Example


Text Example

White with #EDF2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF2C6; }

 p { color: rgb(237,242,198); }

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

background-color css

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

 a { background-color: rgb(237,242,198); }

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

border-color css

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

 span { border-color: rgb(237,242,198); }

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