Html Css Color HEX #EDECD1 Rum Swizzle

📋 copy color: '#EDECD1'

red 237 ◦ green 236 ◦ blue 209

#EDECD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rum Swizzle #EDECD1

Tints of Rum Swizzle #EDECD1

RGB

 RED value IS 237 (92.97% from 255) = 34.75%

 GREEN value IS 236 (92.58% from 255) = 34.6%

 BLUE value IS 209 (82.03% from 255) = 30.65%

R = 34.75%
G = 34.6%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EDECD1 (or 0xEDECD1) is known color: 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

RGB 237 236 209 -
CMYK 0 0.00 0.12 0.07
HSL 57.86º 0.44% 0.87% -
HSV(B) 57.86º 0.12% 0.93% -
XYZ 76.43 82.6 72.24 -
YUV 233.22 114.33 130.7 -
System Red Green Blue C M Y K H S L
Decimal 237 236 209 0 0.00 0.12 0.07 57.86 0.44 0.87
Hex ED EC D1 0 0 C 7 3A 2C 57
Octal 355 354 321 0 0 14 7 72 54 127
Binary 11101101 11101100 11010001 0 0 1100 111 111010 101100 1010111

Color Harmonies of #EDECD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECD1

Black with #EDECD1

Text Example


Text Example

White with #EDECD1

Text Example


Text Example

HTML Codes & Css Web 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>