#EDDBEA

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

Shades of Snuff #EDDBEA

Tints of Snuff #EDDBEA

Color information

#EDDBEA (or 0xEDDBEA) is unknown color: approx Snuff. HEX triplet: ED, DB and EA. RGB value is (237,219,234). Sum of RGB (Red+Green+Blue) = 237+219+234=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 219 (85.94% from 255 or 31.74% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBEA is #122415. Grayscale: #E2E2E2. Windows color (decimal): -1188886 or 15391725. OLE color: 15391725.

HSL color Cylindrical-coordinate representation of color #EDDBEA: hue angle of 310º 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 #EDDBEA is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB237219234-
CMYK00.080.010.07
HSL310º33.33%89.41%-
HSV(B)310º7.59%92.94%-
XYZ75.1174.6188.28-
YUV226.09132.46135.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.35%
GREEN value IS 219 (85.94% from 255) = 31.74%
BLUE value IS 234 (91.80% from 255) = 33.91%
R=34.35%
G=31.74%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721923400.080.010.0731033.3389.41
HexEDDBEA08171362159
Octal3553333520101746641131
Binary1110110111011011111010100100011111001101101000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBEA; }

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

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

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

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

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

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

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

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