Html Css Color HEX #EDEFCE Spring Sun

📋 copy color: '#EDEFCE'

red 237 ◦ green 239 ◦ blue 206

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

Shades of Spring Sun #EDEFCE

Tints of Spring Sun #EDEFCE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.04%

 BLUE value IS 206 (80.86% from 255) = 30.21%

R = 34.75%
G = 35.04%
B = 30.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EDEFCE (or 0xEDEFCE) is known color: Spring Sun. HEX triplet: ED, EF and CE. RGB value is (237,239,206). Sum of RGB (Red+Green+Blue) = 237+239+206=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 206 (80.86% from 255 or 30.21% from 682); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFCE is #121031. Grayscale: #EAEAEA. Windows color (decimal): -1183794 or 13561837. OLE color: 13561837.

HSL color Cylindrical-coordinate representation of color #EDEFCE: hue angle of 63.64º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDEFCE is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 206 -
CMYK 0.01 0 0.14 0.06
HSL 63.64º 0.51% 0.87% -
HSV(B) 63.64º 0.14% 0.94% -
XYZ 76.93 84.19 70.59 -
YUV 234.64 111.84 129.68 -
System Red Green Blue C M Y K H S L
Decimal 237 239 206 0.01 0 0.14 0.06 63.64 0.51 0.87
Hex ED EF CE 1 0 E 6 40 33 57
Octal 355 357 316 1 0 16 6 100 63 127
Binary 11101101 11101111 11001110 1 0 1110 110 1000000 110011 1010111

Color Harmonies of #EDEFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFCE

Black with #EDEFCE

Text Example


Text Example

White with #EDEFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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