#EDEFCE

Color #EDEFCE Spring Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Sun #EDEFCE

Tints of Spring Sun #EDEFCE

Color information

#EDEFCE (or 0xEDEFCE) is unknown color: approx 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

RGB237239206-
CMYK0.0100.140.06
HSL63.64º50.77%87.25%-
HSV(B)63.64º13.81%93.73%-
XYZ76.9384.1970.59-
YUV234.64111.84129.68-

RGB Variations

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

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 (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372392060.0100.140.0663.6450.7787.25
HexEDEFCE10E6403357
Octal3553573161016610063127
Binary11101101111011111100111010111011010000001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>