#efc5ed

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

Shades of Snuff #EFC5ED

Tints of Snuff #EFC5ED

Color information

#EFC5ED (or 0xEFC5ED) is unknown color: approx Snuff. HEX triplet: EF, C5 and ED. RGB value is (239,197,237). Sum of RGB (Red+Green+Blue) = 239+197+237=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 197 (77.34% from 255 or 29.27% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC5ED is #103A12. Grayscale: #D6D6D6. Windows color (decimal): -1063443 or 15582703. OLE color: 15582703.

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

Color convert

RGB239197237-
CMYK00.180.010.06
HSL302.86º56.76%85.49%-
HSV(B)302.86º17.57%93.73%-
XYZ70.8564.488.82-
YUV214.12140.91145.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.51%
GREEN value IS 197 (77.34% from 255) = 29.27%
BLUE value IS 237 (92.97% from 255) = 35.22%
R=35.51%
G=29.27%
B=35.22%

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
Decimal23919723700.180.010.06302.8656.7685.49
HexEFC5ED0121612f3955
Octal3573053550221645771125
Binary11101111110001011110110101001011101001011111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efc5ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efc5ed; }

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

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

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

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

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

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

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

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