#EFC4EF

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

Shades of Snuff #EFC4EF

Tints of Snuff #EFC4EF

Color information

#EFC4EF (or 0xEFC4EF) is unknown color: approx Snuff. HEX triplet: EF, C4 and EF. RGB value is (239,196,239). Sum of RGB (Red+Green+Blue) = 239+196+239=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 196 (76.95% from 255 or 29.08% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFC4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC4EF is #103B10. Grayscale: #D5D5D5. Windows color (decimal): -1063697 or 15713519. OLE color: 15713519.

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

Color convert

RGB239196239-
CMYK00.1800.06
HSL300º57.33%85.29%-
HSV(B)300º17.99%93.73%-
XYZ70.9264.0690.29-
YUV213.76142.25146-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.46%
GREEN value IS 196 (76.95% from 255) = 29.08%
BLUE value IS 239 (93.75% from 255) = 35.46%
R=35.46%
G=29.08%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919623900.1800.0630057.3385.29
HexEFC4EF0120612c3955
Octal3573043570220645471125
Binary11101111110001001110111101001001101001011001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC4EF; }

 p { color: rgb(239,196,239); }

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

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

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

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

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

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

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