#EFC9ED

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

Shades of Snuff #EFC9ED

Tints of Snuff #EFC9ED

Color information

#EFC9ED (or 0xEFC9ED) is unknown color: approx Snuff. HEX triplet: EF, C9 and ED. RGB value is (239,201,237). Sum of RGB (Red+Green+Blue) = 239+201+237=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 201 (78.91% from 255 or 29.69% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC9ED is #103612. Grayscale: #D8D8D8. Windows color (decimal): -1062419 or 15583727. OLE color: 15583727.

HSL color Cylindrical-coordinate representation of color #EFC9ED: hue angle of 303.16º degrees, saturation: 0.54, 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 #EFC9ED is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239201237-
CMYK00.160.010.06
HSL303.16º54.29%86.27%-
HSV(B)303.16º15.9%93.73%-
XYZ71.7766.2489.12-
YUV216.47139.59144.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.30%
GREEN value IS 201 (78.91% from 255) = 29.69%
BLUE value IS 237 (92.97% from 255) = 35.01%
R=35.30%
G=29.69%
B=35.01%

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
Decimal23920123700.160.010.06303.1654.2986.27
HexEFC9ED0101612f3656
Octal3573113550201645766126
Binary11101111110010011110110101000011101001011111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC9ED; }

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

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

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

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

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

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

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

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