#EDCDEE

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

Shades of Snuff #EDCDEE

Tints of Snuff #EDCDEE

Color information

#EDCDEE (or 0xEDCDEE) is unknown color: approx Snuff. HEX triplet: ED, CD and EE. RGB value is (237,205,238). Sum of RGB (Red+Green+Blue) = 237+205+238=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 205 (80.47% from 255 or 30.15% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDCDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDEE is #123211. Grayscale: #DADADA. Windows color (decimal): -1192466 or 15650285. OLE color: 15650285.

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

Color convert

RGB237205238-
CMYK0.000.1400.07
HSL298.18º49.25%86.86%-
HSV(B)298.18º13.87%93.33%-
XYZ72.1967.8490.18-
YUV218.33139.1141.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.85%
GREEN value IS 205 (80.47% from 255) = 30.15%
BLUE value IS 238 (93.36% from 255) = 35%
R=34.85%
G=30.15%
B=35%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372052380.000.1400.07298.1849.2586.86
HexEDCDEE0E0712a3157
Octal3553153560160745261127
Binary1110110111001101111011100111001111001010101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDEE; }

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

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

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

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

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

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

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

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