Html Css Color HEX #EDECD3 Rum Swizzle

📋 copy color: '#EDECD3'

red 237 ◦ green 236 ◦ blue 211

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

Shades of Rum Swizzle #EDECD3

Tints of Rum Swizzle #EDECD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 30.85%

R = 34.65%
G = 34.5%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EDECD3 (or 0xEDECD3) is known color: Rum Swizzle. HEX triplet: ED, EC and D3. RGB value is (237,236,211). Sum of RGB (Red+Green+Blue) = 237+236+211=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 211 (82.81% from 255 or 30.85% from 684); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECD3 is #12132C. Grayscale: #E9E9E9. Windows color (decimal): -1184557 or 13888749. OLE color: 13888749.

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

Color convert

RGB 237 236 211 -
CMYK 0 0.00 0.11 0.07
HSL 57.69º 0.42% 0.88% -
HSV(B) 57.69º 0.11% 0.93% -
XYZ 76.68 82.7 73.55 -
YUV 233.45 115.33 130.53 -
System Red Green Blue C M Y K H S L
Decimal 237 236 211 0 0.00 0.11 0.07 57.69 0.42 0.88
Hex ED EC D3 0 0 B 7 3A 2A 58
Octal 355 354 323 0 0 13 7 72 52 130
Binary 11101101 11101100 11010011 0 0 1011 111 111010 101010 1011000

Color Harmonies of #EDECD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECD3

Black with #EDECD3

Text Example


Text Example

White with #EDECD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDECD3; }

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

 H1.HeaderClassName
 {
   color: #EDECD3;
 }
 .AnyTagClassName
 {
   color: #EDECD3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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