#EDECE6

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

Shades of Alabaster #EDECE6

Tints of Alabaster #EDECE6

Color information

#EDECE6 (or 0xEDECE6) is unknown color: approx Alabaster. HEX triplet: ED, EC and E6. RGB value is (237,236,230). Sum of RGB (Red+Green+Blue) = 237+236+230=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 236 (92.58% from 255 or 33.57% from 703); Blue value is 230 (90.23% from 255 or 32.72% from 703); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECE6 is #121319. Grayscale: #EBEBEB. Windows color (decimal): -1184538 or 15133933. OLE color: 15133933.

HSL color Cylindrical-coordinate representation of color #EDECE6: hue angle of 51.43º degrees, saturation: 0.16, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDECE6 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB237236230-
CMYK00.000.030.07
HSL51.43º16.28%91.57%-
HSV(B)51.43º2.95%92.94%-
XYZ79.283.7186.85-
YUV235.61124.83128.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.71%
GREEN value IS 236 (92.58% from 255) = 33.57%
BLUE value IS 230 (90.23% from 255) = 32.72%
R=33.71%
G=33.57%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723623000.000.030.0751.4316.2891.57
HexEDECE6003733105c
Octal35535434600376320134
Binary1110110111101100111001100011111110011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECE6; }

 p { color: rgb(237,236,230); }

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

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

 a { background-color: rgb(237,236,230); }

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

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

 span { border-color: rgb(237,236,230); }

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