Html Css Color HEX #EDECD6 Rum Swizzle

📋 copy color: '#EDECD6'

red 237 ◦ green 236 ◦ blue 214

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

Shades of Rum Swizzle #EDECD6

Tints of Rum Swizzle #EDECD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 31.15%

R = 34.5%
G = 34.35%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EDECD6 (or 0xEDECD6) is known color: Rum Swizzle. HEX triplet: ED, EC and D6. RGB value is (237,236,214). Sum of RGB (Red+Green+Blue) = 237+236+214=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 214 (83.98% from 255 or 31.15% from 687); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECD6 is #121329. Grayscale: #E9E9E9. Windows color (decimal): -1184554 or 14085357. OLE color: 14085357.

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

Color convert

RGB 237 236 214 -
CMYK 0 0.00 0.10 0.07
HSL 57.39º 0.39% 0.88% -
HSV(B) 57.39º 0.1% 0.93% -
XYZ 77.06 82.85 75.55 -
YUV 233.79 116.83 130.29 -
System Red Green Blue C M Y K H S L
Decimal 237 236 214 0 0.00 0.10 0.07 57.39 0.39 0.88
Hex ED EC D6 0 0 A 7 39 27 58
Octal 355 354 326 0 0 12 7 71 47 130
Binary 11101101 11101100 11010110 0 0 1010 111 111001 100111 1011000

Color Harmonies of #EDECD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECD6

Black with #EDECD6

Text Example


Text Example

White with #EDECD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDECD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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