#EDECD1

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

Shades of Rum Swizzle #EDECD1

Tints of Rum Swizzle #EDECD1

Color information

#EDECD1 (or 0xEDECD1) is unknown color: approx Rum Swizzle. HEX triplet: ED, EC and D1. RGB value is (237,236,209). Sum of RGB (Red+Green+Blue) = 237+236+209=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 209 (82.03% from 255 or 30.65% from 682); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECD1 is #12132E. Grayscale: #E9E9E9. Windows color (decimal): -1184559 or 13757677. OLE color: 13757677.

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

Color convert

RGB237236209-
CMYK00.000.120.07
HSL57.86º43.75%87.45%-
HSV(B)57.86º11.81%92.94%-
XYZ76.4382.672.24-
YUV233.22114.33130.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.75%
GREEN value IS 236 (92.58% from 255) = 34.60%
BLUE value IS 209 (82.03% from 255) = 30.65%
R=34.75%
G=34.60%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723620900.000.120.0757.8643.7587.45
HexEDECD100C73a2c57
Octal355354321001477254127
Binary1110110111101100110100010011001111110101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECD1; }

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

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

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

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

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

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

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

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