#EDD3EE

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

Shades of Snuff #EDD3EE

Tints of Snuff #EDD3EE

Color information

#EDD3EE (or 0xEDD3EE) is unknown color: approx Snuff. HEX triplet: ED, D3 and EE. RGB value is (237,211,238). Sum of RGB (Red+Green+Blue) = 237+211+238=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 211 (82.81% from 255 or 30.76% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDD3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD3EE is #122C11. Grayscale: #DDDDDD. Windows color (decimal): -1190930 or 15651821. OLE color: 15651821.

HSL color Cylindrical-coordinate representation of color #EDD3EE: hue angle of 297.78º degrees, saturation: 0.44, 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 #EDD3EE is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB237211238-
CMYK0.000.1100.07
HSL297.78º44.26%88.04%-
HSV(B)297.78º11.34%93.33%-
XYZ73.6570.7790.67-
YUV221.85137.11138.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.55%
GREEN value IS 211 (82.81% from 255) = 30.76%
BLUE value IS 238 (93.36% from 255) = 34.69%
R=34.55%
G=30.76%
B=34.69%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372112380.000.1100.07297.7844.2688.04
HexEDD3EE0B0712a2c58
Octal3553233560130745254130
Binary1110110111010011111011100101101111001010101011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD3EE; }

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

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

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

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

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

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

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

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