#EDD0F2

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

Shades of Snuff #EDD0F2

Tints of Snuff #EDD0F2

Color information

#EDD0F2 (or 0xEDD0F2) is unknown color: approx Snuff. HEX triplet: ED, D0 and F2. RGB value is (237,208,242). Sum of RGB (Red+Green+Blue) = 237+208+242=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 208 (81.64% from 255 or 30.28% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDD0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0F2 is #122F0D. Grayscale: #DCDCDC. Windows color (decimal): -1191694 or 15913197. OLE color: 15913197.

HSL color Cylindrical-coordinate representation of color #EDD0F2: hue angle of 291.18º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDD0F2 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237208242-
CMYK0.020.1400.05
HSL291.18º56.67%88.24%-
HSV(B)291.18º14.05%94.9%-
XYZ73.5169.5393.55-
YUV220.55140.11139.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.50%
GREEN value IS 208 (81.64% from 255) = 30.28%
BLUE value IS 242 (94.92% from 255) = 35.23%
R=34.50%
G=30.28%
B=35.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372082420.020.1400.05291.1856.6788.24
HexEDD0F22E051233958
Octal3553203622160544371130
Binary11101101110100001111001010111001011001000111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD0F2; }

 p { color: rgb(237,208,242); }

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

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

 a { background-color: rgb(237,208,242); }

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

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

 span { border-color: rgb(237,208,242); }

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