#EFCDED

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

Shades of Snuff #EFCDED

Tints of Snuff #EFCDED

Color information

#EFCDED (or 0xEFCDED) is unknown color: approx Snuff. HEX triplet: EF, CD and ED. RGB value is (239,205,237). Sum of RGB (Red+Green+Blue) = 239+205+237=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCDED is #103212. Grayscale: #DADADA. Windows color (decimal): -1061395 or 15584751. OLE color: 15584751.

HSL color Cylindrical-coordinate representation of color #EFCDED: hue angle of 303.53º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCDED is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239205237-
CMYK00.140.010.06
HSL303.53º51.52%87.06%-
HSV(B)303.53º14.23%93.73%-
XYZ72.7168.1389.44-
YUV218.81138.26142.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.10%
GREEN value IS 205 (80.47% from 255) = 30.10%
BLUE value IS 237 (92.97% from 255) = 34.80%
R=35.10%
G=30.10%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920523700.140.010.06303.5351.5287.06
HexEFCDED0E161303457
Octal3573153550161646064127
Binary1110111111001101111011010111011101001100001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDED; }

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

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

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

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

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

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

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

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