#EDECDB

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

Shades of Rum Swizzle #EDECDB

Tints of Rum Swizzle #EDECDB

Color information

#EDECDB (or 0xEDECDB) is unknown color: approx Rum Swizzle. HEX triplet: ED, EC and DB. RGB value is (237,236,219). Sum of RGB (Red+Green+Blue) = 237+236+219=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 219 (85.94% from 255 or 31.65% from 692); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECDB is #121324. Grayscale: #EAEAEA. Windows color (decimal): -1184549 or 14413037. OLE color: 14413037.

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

Color convert

RGB237236219-
CMYK00.000.080.07
HSL56.67º33.33%89.41%-
HSV(B)56.67º7.59%92.94%-
XYZ77.7183.1178.96-
YUV234.36119.33129.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.25%
GREEN value IS 236 (92.58% from 255) = 34.10%
BLUE value IS 219 (85.94% from 255) = 31.65%
R=34.25%
G=34.10%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723621900.000.080.0756.6733.3389.41
HexEDECDB0087392159
Octal355354333001077141131
Binary1110110111101100110110110010001111110011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECDB; }

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

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

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

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

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

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

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

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