#EFC8ED

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

Shades of Snuff #EFC8ED

Tints of Snuff #EFC8ED

Color information

#EFC8ED (or 0xEFC8ED) is unknown color: approx Snuff. HEX triplet: EF, C8 and ED. RGB value is (239,200,237). Sum of RGB (Red+Green+Blue) = 239+200+237=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 200 (78.52% from 255 or 29.59% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC8ED is #103712. Grayscale: #D7D7D7. Windows color (decimal): -1062675 or 15583471. OLE color: 15583471.

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

Color convert

RGB239200237-
CMYK00.160.010.06
HSL303.08º54.93%86.08%-
HSV(B)303.08º16.32%93.73%-
XYZ71.5465.7789.05-
YUV215.88139.92144.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.36%
GREEN value IS 200 (78.52% from 255) = 29.59%
BLUE value IS 237 (92.97% from 255) = 35.06%
R=35.36%
G=29.59%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920023700.160.010.06303.0854.9386.08
HexEFC8ED0101612f3756
Octal3573103550201645767126
Binary11101111110010001110110101000011101001011111101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC8ED; }

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

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

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

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

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

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

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

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