#FFEDC6

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

Shades of Oasis #FFEDC6

Tints of Oasis #FFEDC6

Color information

#FFEDC6 (or 0xFFEDC6) is unknown color: approx Oasis. HEX triplet: FF, ED and C6. RGB value is (255,237,198). Sum of RGB (Red+Green+Blue) = 255+237+198=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 198 (77.73% from 255 or 28.70% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDC6 is #001239. Grayscale: #EEEEEE. Windows color (decimal): -4666 or 13037055. OLE color: 13037055.

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

Color convert

RGB255237198-
CMYK00.070.220
HSL41.05º100%88.82%-
HSV(B)41.05º22.35%100%-
XYZ81.7285.9165.7-
YUV237.94105.46140.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.96%
GREEN value IS 237 (92.97% from 255) = 34.35%
BLUE value IS 198 (77.73% from 255) = 28.70%
R=36.96%
G=34.35%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523719800.070.22041.0510088.82
HexFFEDC607160296459
Octal3773553060726051144131
Binary111111111110110111000110011110110010100111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDC6; }

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

 H1.HeaderClassName
 {
   color: #FFEDC6;
 }
 .AnyTagClassName
 {
   color: #FFEDC6;
 }
</style>
background-color css

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

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

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

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

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

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