#EDCFEE

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

Shades of Snuff #EDCFEE

Tints of Snuff #EDCFEE

Color information

#EDCFEE (or 0xEDCFEE) is unknown color: approx Snuff. HEX triplet: ED, CF and EE. RGB value is (237,207,238). Sum of RGB (Red+Green+Blue) = 237+207+238=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 207 (81.25% from 255 or 30.35% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDCFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCFEE is #123011. Grayscale: #DBDBDB. Windows color (decimal): -1191954 or 15650797. OLE color: 15650797.

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

Color convert

RGB237207238-
CMYK0.000.1300.07
HSL298.06º47.69%87.25%-
HSV(B)298.06º13.03%93.33%-
XYZ72.6768.890.34-
YUV219.5138.44140.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.75%
GREEN value IS 207 (81.25% from 255) = 30.35%
BLUE value IS 238 (93.36% from 255) = 34.90%
R=34.75%
G=30.35%
B=34.90%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372072380.000.1300.07298.0647.6987.25
HexEDCFEE0D0712a3057
Octal3553173560150745260127
Binary1110110111001111111011100110101111001010101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFEE; }

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

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

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

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

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

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

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

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