#EFC3ED

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

Shades of Snuff #EFC3ED

Tints of Snuff #EFC3ED

Color information

#EFC3ED (or 0xEFC3ED) is unknown color: approx Snuff. HEX triplet: EF, C3 and ED. RGB value is (239,195,237). Sum of RGB (Red+Green+Blue) = 239+195+237=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 195 (76.56% from 255 or 29.06% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC3ED is #103C12. Grayscale: #D4D4D4. Windows color (decimal): -1063955 or 15582191. OLE color: 15582191.

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

Color convert

RGB239195237-
CMYK00.180.010.06
HSL302.73º57.89%85.1%-
HSV(B)302.73º18.41%93.73%-
XYZ70.463.588.67-
YUV212.94141.58146.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.62%
GREEN value IS 195 (76.56% from 255) = 29.06%
BLUE value IS 237 (92.97% from 255) = 35.32%
R=35.62%
G=29.06%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919523700.180.010.06302.7357.8985.1
HexEFC3ED0121612f3a55
Octal3573033550221645772125
Binary11101111110000111110110101001011101001011111110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC3ED; }

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

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

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

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

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

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

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

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