#EFC4ED

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

Shades of Snuff #EFC4ED

Tints of Snuff #EFC4ED

Color information

#EFC4ED (or 0xEFC4ED) is unknown color: approx Snuff. HEX triplet: EF, C4 and ED. RGB value is (239,196,237). Sum of RGB (Red+Green+Blue) = 239+196+237=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 196 (76.95% from 255 or 29.17% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC4ED is #103B12. Grayscale: #D5D5D5. Windows color (decimal): -1063699 or 15582447. OLE color: 15582447.

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

Color convert

RGB239196237-
CMYK00.180.010.06
HSL302.79º57.33%85.29%-
HSV(B)302.79º17.99%93.73%-
XYZ70.6263.9588.74-
YUV213.53141.25146.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.57%
GREEN value IS 196 (76.95% from 255) = 29.17%
BLUE value IS 237 (92.97% from 255) = 35.27%
R=35.57%
G=29.17%
B=35.27%

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
Decimal23919623700.180.010.06302.7957.3385.29
HexEFC4ED0121612f3955
Octal3573043550221645771125
Binary11101111110001001110110101001011101001011111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC4ED; }

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

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

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

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

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

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

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

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