#EDEBCF

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

Shades of Rum Swizzle #EDEBCF

Tints of Rum Swizzle #EDEBCF

Color information

#EDEBCF (or 0xEDEBCF) is unknown color: approx Rum Swizzle. HEX triplet: ED, EB and CF. RGB value is (237,235,207). Sum of RGB (Red+Green+Blue) = 237+235+207=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 235 (92.19% from 255 or 34.61% from 679); Blue value is 207 (81.25% from 255 or 30.49% from 679); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBCF is #121430. Grayscale: #E8E8E8. Windows color (decimal): -1184817 or 13626349. OLE color: 13626349.

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

Color convert

RGB237235207-
CMYK00.010.130.07
HSL56º45.45%87.06%-
HSV(B)56º12.66%92.94%-
XYZ75.981.9370.84-
YUV232.41113.66131.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.90%
GREEN value IS 235 (92.19% from 255) = 34.61%
BLUE value IS 207 (81.25% from 255) = 30.49%
R=34.90%
G=34.61%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723520700.010.130.075645.4587.06
HexEDEBCF01D7382d57
Octal355353317011577055127
Binary1110110111101011110011110111011111110001011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBCF; }

 p { color: rgb(237,235,207); }

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

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

 a { background-color: rgb(237,235,207); }

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

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

 span { border-color: rgb(237,235,207); }

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